mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
2.5.6
This commit is contained in:
@@ -9,15 +9,15 @@
|
|||||||
|
|
||||||
- 优化文档显示
|
- 优化文档显示
|
||||||
|
|
||||||
## 2.5.4
|
## 2.5.4(不建议使用)
|
||||||
|
|
||||||
- 可排除其它服务(`sop.service.exclude=your-serviceId1,your-serviceId2`)
|
- 可排除其它服务(`sop.service.exclude=your-serviceId1,your-serviceId2`)
|
||||||
|
|
||||||
## 2.5.3
|
## 2.5.3(不建议使用)
|
||||||
|
|
||||||
- 修复JSR-303校验问题
|
- 修复JSR-303校验问题
|
||||||
|
|
||||||
## 2.5.2
|
## 2.5.2(不建议使用)
|
||||||
|
|
||||||
- 修复JSR-303校验枚举对象问题
|
- 修复JSR-303校验枚举对象问题
|
||||||
|
|
||||||
|
@@ -134,6 +134,7 @@ public class AlipayController {
|
|||||||
// 遗留接口具备开放平台能力
|
// 遗留接口具备开放平台能力
|
||||||
@ApiAbility
|
@ApiAbility
|
||||||
@GetMapping("getStory2")
|
@GetMapping("getStory2")
|
||||||
|
@ApiOperation(value="JSONObject", notes = "JSONObject")
|
||||||
public StoryResult getStory2_0(@RequestBody JSONObject param) {
|
public StoryResult getStory2_0(@RequestBody JSONObject param) {
|
||||||
StoryResult story = new StoryResult();
|
StoryResult story = new StoryResult();
|
||||||
story.setId(1L);
|
story.setId(1L);
|
||||||
|
Reference in New Issue
Block a user