实现网费奖励下发和回调接口
This commit is contained in:
@ -196,19 +196,21 @@ type CallbackData struct {
|
||||
}
|
||||
|
||||
type GetRewardIn struct {
|
||||
Id int
|
||||
AreaId int
|
||||
GameId int
|
||||
GameCode string
|
||||
RewradTypeId int
|
||||
RewardId int
|
||||
RoleIdx string
|
||||
TaskId string
|
||||
PopenId string
|
||||
Source int
|
||||
BindType int
|
||||
UserTaskId int
|
||||
UserId int
|
||||
Id int
|
||||
AreaId int
|
||||
GameId int
|
||||
GameCode string
|
||||
RewradTypeId int
|
||||
RewardId int
|
||||
RoleIdx string
|
||||
TaskId string
|
||||
PopenId string
|
||||
Source int
|
||||
BindType int
|
||||
UserTaskId int
|
||||
UserId int
|
||||
GrantQuantity int
|
||||
StoreId int
|
||||
}
|
||||
type GetRewardOut struct {
|
||||
//List []GetRewardNewOut `json:"list"`
|
||||
|
||||
Reference in New Issue
Block a user