调整表结构
This commit is contained in:
@ -58,6 +58,12 @@ type LoginCache struct {
|
||||
type UserLoginIn struct {
|
||||
OpenId string
|
||||
}
|
||||
type WeChatLogin struct {
|
||||
UUID string // 使用的是微信的唯一 id,而不是openid,保证微信服务号,小程序绑定的系统用户为同一个
|
||||
}
|
||||
type WeChatLoginOut struct {
|
||||
Token string
|
||||
}
|
||||
type UserLoginOut struct {
|
||||
Token string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user