新增游戏人生领取奖励相关接口
This commit is contained in:
@ -93,11 +93,11 @@ type RewardListOut struct {
|
||||
|
||||
// RewardCallbackIn 任务奖励领取回调入参
|
||||
type RewardCallbackIn struct {
|
||||
AreaId int64
|
||||
GameId int64
|
||||
RewradTypeId []int64
|
||||
AreaId int
|
||||
GameId int
|
||||
RewradTypeId []int
|
||||
RoleIdx string
|
||||
TaskId int64
|
||||
TaskId string
|
||||
}
|
||||
|
||||
type Water struct {
|
||||
@ -116,7 +116,9 @@ type GetGoodsListIn struct {
|
||||
Num int64 `json:"num"`
|
||||
OrderType string `json:"orderType"`
|
||||
OrderbyDesc int64 `json:"orderbDesc"`
|
||||
Goodsstatus int64 `json:"Goodsstatus"`
|
||||
Goodsstatus int64 `json:"goodsstatus"`
|
||||
BindType int `json:"bindType"`
|
||||
UserId int64 `json:"userId"`
|
||||
}
|
||||
|
||||
type GetGoodsListOut struct {
|
||||
|
||||
Reference in New Issue
Block a user