This commit is contained in:
tanghc
2019-11-29 14:54:52 +08:00
parent 1b3740a99a
commit e1f9663487
2 changed files with 4 additions and 3 deletions

View File

@@ -134,6 +134,7 @@ public class AlipayController {
// 遗留接口具备开放平台能力
@ApiAbility
@GetMapping("getStory2")
@ApiOperation(value="JSONObject", notes = "JSONObject")
public StoryResult getStory2_0(@RequestBody JSONObject param) {
StoryResult story = new StoryResult();
story.setId(1L);