调整微信扫码登录相关接口,拆分门店奖励:奖励类型、奖励详情

This commit is contained in:
2025-06-03 11:06:00 +08:00
parent ea87bc829e
commit fdc9cc3463
37 changed files with 698 additions and 189 deletions

View File

@ -6,5 +6,6 @@ type AdminInfoReq struct {
g.Meta `path:"/admin/info" method:"get" tags:"Admin" summary:"获取管理员信息"`
}
type AdminInfoRes struct {
g.Meta `mime:"application/json"`
g.Meta `mime:"application/json"`
Username string `json:"username" dc:"用户名"`
}