mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
2.5.3
This commit is contained in:
@@ -152,6 +152,16 @@ public class AlipayController {
|
||||
return story;
|
||||
}
|
||||
|
||||
@ApiAbility(ignoreValidate = true)
|
||||
@GetMapping("/empinfo/get")
|
||||
@ApiOperation(value="遗留接口", notes = "遗留接口")
|
||||
public StoryResult getEmpInfo() {
|
||||
StoryResult story = new StoryResult();
|
||||
story.setId(1L);
|
||||
story.setName("遗留接口");
|
||||
return story;
|
||||
}
|
||||
|
||||
// http://localhost:2222/alipay.story.get/
|
||||
@ApiOperation(value="获取故事信息2", notes = "获取故事信息2的详细信息")
|
||||
@ApiMapping(value = "alipay.story.get")
|
||||
|
Reference in New Issue
Block a user