mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
4.0.2
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user