修改扫码接口,实现小妖自动登录后绑定微信

This commit is contained in:
2025-07-10 10:12:39 +08:00
parent 413decab8f
commit c1943e9b7e
3 changed files with 93 additions and 58 deletions

View File

@ -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保证微信服务号小程序绑定的系统用户为同一个