pull/1/head
tanghc 5 years ago
parent e1f9663487
commit bddb668452
  1. 1
      sop-example/sop-story/sop-story-web/src/main/java/com/gitee/sop/storyweb/controller/AlipayController.java

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

Loading…
Cancel
Save