This commit is contained in:
tanghc
2020-08-05 11:03:04 +08:00
parent 8a87e945de
commit 67a3119e5d
13 changed files with 139 additions and 18 deletions

View File

@@ -72,6 +72,7 @@ public class Example1001_BaseController {
}
// 忽略验证
@ApiOperation(value = "忽略签名验证", notes = "忽略签名验证")
@Open(value = "story.get.ignore", ignoreValidate = true)
@RequestMapping("/get/ignore/v1")
public StoryResult getStory21(StoryParam story) {