添加门店管理员获取信息接口、调整微信登录账号生成逻辑
This commit is contained in:
@ -1 +1,5 @@
|
||||
package consts
|
||||
|
||||
const (
|
||||
DefaultPassword = "Aa123456"
|
||||
)
|
||||
|
||||
@ -10,3 +10,8 @@ const (
|
||||
GameLifeUserKey = "gamelife:user:%s"
|
||||
GameLifeUserExpire = 2 * 60 * 60
|
||||
)
|
||||
|
||||
const (
|
||||
WeChatLoginCache = "wx:login:cache:%s"
|
||||
WeChatLoginLimit = "wx:login:limit:%s"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user