修改奖励领取,新增奖励物品详情查询

This commit is contained in:
chy
2025-06-23 16:10:36 +08:00
parent bbd3968429
commit effc4113dc
29 changed files with 495 additions and 161 deletions

View File

@ -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 {
}