调整商户注册逻辑
This commit is contained in:
@ -8,5 +8,7 @@ type MerchantAdminInfoReq struct {
|
||||
g.Meta `path:"/merchant/info" method:"get" tags:"MerchantAdmin" summary:"(商户管理员)获取商户管理员信息"`
|
||||
}
|
||||
type MerchantAdminInfoRes struct {
|
||||
Name string
|
||||
MerchantId int64 `json:"merchantId"`
|
||||
Username string `json:"username"`
|
||||
StoreId int64 `json:"storeId"` // 下属门店 id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user