补丁
This commit is contained in:
parent
d65489d672
commit
7f70cf819d
@ -3,11 +3,11 @@ package request
|
|||||||
import "github.com/gogf/gf/v2/frame/g"
|
import "github.com/gogf/gf/v2/frame/g"
|
||||||
|
|
||||||
type TokenCreateReq struct {
|
type TokenCreateReq struct {
|
||||||
g.Meta `path:"/create" tags:"创建" method:"get" summary:"创建 TokenServiceImpl"`
|
g.Meta `path:"/create" tags:"创建" method:"get" summary:"创建 Token"`
|
||||||
}
|
}
|
||||||
type TokenCreateRes struct{}
|
type TokenCreateRes struct{}
|
||||||
|
|
||||||
type TokenVerifyReq struct {
|
type TokenVerifyReq struct {
|
||||||
g.Meta `path:"/verify" tags:"验证" method:"get" summary:"验证 TokenServiceImpl"`
|
g.Meta `path:"/verify" tags:"验证" method:"get" summary:"验证 Token"`
|
||||||
}
|
}
|
||||||
type TokenVerifyRes struct{}
|
type TokenVerifyRes struct{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user