This commit is contained in:
laodaming 2023-06-05 19:07:18 +08:00
parent a7977f9153
commit 5aa656c502

View File

@ -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"`
}