增加 8圈自动登录
This commit is contained in:
@ -44,8 +44,9 @@ type WeChatPollingRes struct {
|
||||
}
|
||||
|
||||
type GetWechatSceneIdReq struct {
|
||||
g.Meta `path:"/wechat/sceneId" method:"get" tags:"PC/WeChat" summary:"(PC)获取微信场景ID"`
|
||||
NetbarAccount string `json:"netbarAccount" v:"required" dc:"网关账号"`
|
||||
g.Meta `path:"/wechat/sceneId" method:"get" tags:"PC/WeChat" summary:"(PC)获取微信场景ID"`
|
||||
StoreId int `json:"storeId" v:"required#门店 id 账号不能为空" dc:"门店ID"`
|
||||
UUID string `json:"uuid" dc:"8圈唯一 id"`
|
||||
}
|
||||
|
||||
type GetWechatSceneIdRes struct {
|
||||
|
||||
Reference in New Issue
Block a user