1
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user