解决 bug
This commit is contained in:
@ -7,8 +7,11 @@ type InfoReq struct {
|
||||
}
|
||||
|
||||
type InfoRes struct {
|
||||
Id int64 `json:"id"`
|
||||
Username string `json:"username"`
|
||||
Id int64 `json:"id"`
|
||||
StoreId int64 `json:"storeId"`
|
||||
Username string `json:"username"`
|
||||
Realname string `json:"realname"`
|
||||
IsPrimary bool `json:"isPrimary"`
|
||||
}
|
||||
type ListReq struct {
|
||||
g.Meta `path:"/store/admin" method:"get" tags:"Backend/StoreAdmin" summary:"(系统、商户门店后台)门店管理员列表"`
|
||||
|
||||
Reference in New Issue
Block a user