fix
This commit is contained in:
parent
a7977f9153
commit
5aa656c502
|
@ -13,9 +13,3 @@ type response {
|
|||
Message string `json:"msg"`
|
||||
Data interface{} `json:"data"`
|
||||
}
|
||||
|
||||
// Auth jwt认证认证的安全参数
|
||||
type Auth {
|
||||
AccessSecret string `json:"AccessSecret"`
|
||||
AccessExpire int `json:"AccessExpire"`
|
||||
}
|
Loading…
Reference in New Issue
Block a user