tidy code

This commit is contained in:
wenxu12345
2021-12-28 18:03:51 +08:00
parent 188a90f97d
commit 141936e609
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ type UserRegisterReq struct {
}
type UserTokenInfo struct {
UserID string `json:"secret"`
UserID string `json:"userID"`
Token string `json:"token"`
ExpiredTime int64 `json:"expiredTime"`
}