修改奖励领取,新增奖励物品详情查询
This commit is contained in:
@ -100,6 +100,20 @@ type RewardCallbackIn struct {
|
||||
TaskId string
|
||||
}
|
||||
|
||||
type GetRewardIn struct {
|
||||
AreaId int
|
||||
GameId int
|
||||
RewradTypeId []int
|
||||
RoleIdx string
|
||||
TaskId string
|
||||
PopenId string
|
||||
}
|
||||
type GetRewardOut struct {
|
||||
List interface{} `json:"list"`
|
||||
Result int64 `json:"result"`
|
||||
Water Water `json:"water"`
|
||||
}
|
||||
|
||||
type Water struct {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user