This commit is contained in:
邹宗楠
2022-08-15 16:24:41 +08:00
parent 949dd96a0a
commit be87623211
15 changed files with 321 additions and 103 deletions

View File

@@ -154,6 +154,6 @@ func createToken(user *model.User) (token string) {
user.UserID,
time.Now().Format("20060102-150405"),
utils.GetUUID(),
user.Name,
user.Mobile,
}, wxConst.TokenTypeSep)
}