修改扫码接口,实现小妖自动登录后绑定微信
This commit is contained in:
@ -59,8 +59,8 @@ type LoginCache struct {
|
||||
}
|
||||
|
||||
type UserLoginIn struct {
|
||||
OpenId string
|
||||
StoreCode string // 门店编码,登录时根据门店编码查询,填写最近一次登录门店 id
|
||||
OpenId string
|
||||
SceneId string
|
||||
}
|
||||
type WeChatLogin struct {
|
||||
UUID string // 使用的是微信的唯一 id,而不是openid,保证微信服务号,小程序绑定的系统用户为同一个
|
||||
|
||||
Reference in New Issue
Block a user