调整接口分组
This commit is contained in:
@ -3,7 +3,7 @@ package v1
|
||||
import "github.com/gogf/gf/v2/frame/g"
|
||||
|
||||
type VerifyReq struct {
|
||||
g.Meta `path:"/verify" method:"post" tags:"Verify" summary:"验证"`
|
||||
g.Meta `path:"/verify" method:"post" tags:"Verify" summary:"()验证"`
|
||||
VerifySign string `json:"verifySign" v:"required#验签不能为空" dc:"验签"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user