This commit is contained in:
tanghc
2020-08-04 14:20:11 +08:00
parent a20c3fa14c
commit 5b58f110a2

View File

@@ -31,7 +31,7 @@ SOP封装了开放平台大部分功能包括签名验证、统一异常处
public StoryResult get() {
StoryResult result = new StoryResult();
result.setId(1L);
result.setName("海底小纵队(原生)");
result.setName("海底小纵队");
return result;
}
```