调整接口
This commit is contained in:
@ -86,3 +86,10 @@ type GetIpListRes struct {
|
||||
List interface{} `json:"list" dc:"IP列表"`
|
||||
Total int64 `json:"total" dc:"总数"`
|
||||
}
|
||||
type DetailReq struct {
|
||||
g.Meta `path:"/store/detail" method:"get" tags:"Store" summary:"(系统、商户门店后台)门店详情"`
|
||||
NetbarAccount string `json:"netbarAccount" v:"required" dc:"门店账号"`
|
||||
}
|
||||
type DetailRes struct {
|
||||
Id int64 `json:"id" dc:"门店ID"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user