优化性能

This commit is contained in:
tanghc
2021-03-02 14:28:22 +08:00
parent 5d00092cc5
commit 91f8c82f0e
4 changed files with 14 additions and 3 deletions

View File

@@ -152,7 +152,7 @@ public class Example1001_BaseController {
// 忽略验证
@ApiOperation(value = "忽略签名验证", notes = "忽略签名验证")
@Open(value = "story.get.ignore", ignoreValidate = true)
@PostMapping(value = "/get/ignore/v1")
@RequestMapping(value = "/get/ignore/v1")
public StoryResult getStory21(@RequestBody StoryParam story) {
StoryResult result = new StoryResult();
result.setId((long) story.getId());