调整微信扫码登录相关接口,拆分门店奖励:奖励类型、奖励详情
This commit is contained in:
@ -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:"用户名"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user