新增查询门店会员列表
This commit is contained in:
@ -97,8 +97,8 @@ type DetailRes struct {
|
||||
type StoreMemberLevelReq struct {
|
||||
g.Meta `path:"/store/memberLevel" method:"get" tags:"Backend/Store" summary:"(系统、商户门店后台)门店会员等级"`
|
||||
StoreId int64 `json:"storeId" dc:"门店ID"`
|
||||
Page int `json:"page" v:"required" dc:"页数"`
|
||||
Size int `json:"size" v:"required" dc:"每页数量"`
|
||||
Page int `json:"page" dc:"页数"`
|
||||
Size int `json:"size" dc:"每页数量"`
|
||||
}
|
||||
|
||||
type StoreMemberLevelRes struct {
|
||||
|
||||
Reference in New Issue
Block a user