|
|
@ -134,7 +134,6 @@ 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); |
|
|
|