BindRewardResult
LIBaseEvent
Name | Type | Description |
---|---|---|
image | string | Reward Image |
content | string | Reward Content |
can_send | int | Whether can send the reward 1: Can 0: Cannot |
is_sent | int | Whether the reward is sent 1: Already sent 0: Not sent |
event_id | int | Reward event ID |
events | List<EventsInfoItem> | EventsInfoItem |
EventsInfoItem
Name | Type | Description |
---|---|---|
can_send | int | Whether can send the reward 1: Can 0: Cannot |
is_sent | int | Whether the reward is sent 1: Already sent 0: Not sent |
event_id | int | Reward event ID |
image | string | Reward Image |
content | string | Reward content |
rewards | List<RewardsItem> | RewardsItem |
RewardsItem
Name | Type | Description |
---|---|---|
desc | string | Reward content |
icon | string | Reward image |
id | int | Reward ID |
num | int | Reward number |