mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-12 07:02:14 +08:00
4.0.2
This commit is contained in:
@@ -31,7 +31,7 @@ SOP封装了开放平台大部分功能包括:签名验证、统一异常处
|
|||||||
public StoryResult get() {
|
public StoryResult get() {
|
||||||
StoryResult result = new StoryResult();
|
StoryResult result = new StoryResult();
|
||||||
result.setId(1L);
|
result.setId(1L);
|
||||||
result.setName("海底小纵队(原生)");
|
result.setName("海底小纵队");
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user