新增获取网费奖励列表
This commit is contained in:
@ -15,6 +15,16 @@ type ListReq struct {
|
||||
RewardTypeId int64 `json:"rewardTypeId" dc:"奖励类型ID"`
|
||||
}
|
||||
|
||||
type ListInternetChargeReq struct {
|
||||
g.Meta `path:"/reward/internetCharge" method:"get" tags:"Backend/Reward" summary:"(系统、商户、门店后台)获取网费奖励列表"`
|
||||
Name string `json:"name" dc:"名称"`
|
||||
Page int `json:"page" dc:"页数"`
|
||||
Size int `json:"size" dc:"每页数量"`
|
||||
Status int `json:"status" dc:"状态"`
|
||||
StoreId int64 `json:"storeId" dc:"门店ID"`
|
||||
RewardTypeId int64 `json:"rewardTypeId" dc:"奖励类型ID"`
|
||||
}
|
||||
|
||||
type ListRes struct {
|
||||
List interface{} `json:"list" dc:"奖励列表"`
|
||||
Total int `json:"total" dc:"总数"`
|
||||
|
||||
Reference in New Issue
Block a user