修改接口说明

This commit is contained in:
2025-06-12 09:18:25 +08:00
parent 3f5d0d7b2b
commit f7cffcae21
16 changed files with 57 additions and 55 deletions

View File

@ -54,7 +54,8 @@ type LoginCache struct {
}
type UserLoginIn struct {
OpenId string
OpenId string
StoreCode string // 门店编码,登录时根据门店编码查询,填写最近一次登录门店 id
}
type WeChatLogin struct {
UUID string // 使用的是微信的唯一 id而不是openid保证微信服务号小程序绑定的系统用户为同一个