新增用户列表接口定义

This commit is contained in:
2025-06-04 17:58:21 +08:00
parent 1db01717fe
commit 5bbdc7ec7c
3 changed files with 17 additions and 6 deletions

View File

@ -4,7 +4,7 @@ import "github.com/gogf/gf/v2/frame/g"
type WeChatLoginReq struct {
g.Meta `path:"/wechat/login" method:"post" tags:"WeChat" summary:"(用户)获取微信二维码登录"`
SceneId string `json:"sceneId" v:"required" dc:"场景ID,规则:[门店id]_[6位随机字符串]"`
SceneId string `json:"sceneId" v:"required" dc:"场景ID,规则:[门店code]_[6位随机字符串]"`
}
type WeChatLoginRes struct {
}