Reward Binding Result (BindRewardResult)
BindRewardResult
| Name | Type | Explanation |
|---|---|---|
| image | String | Image of the reward package |
| content | String | Display content of the reward package |
| can_send | int | Is it possible to send the reward package 1: Can send 0: Cannot send |
| is_sent | int | Is the reward package sent 1: Sent 0: Not sent |
| event_id | int | Event ID for sending the reward package |
| events | List<EventsInfoItem> | EventsInfoItem |
EventsInfoItem
| Name | Type | Explanation |
|---|---|---|
| can_send | int | Is it possible to send the reward package 1: Can send 0: Cannot send |
| is_sent | int | Is the reward package sent 1: Sent 0: Not sent |
| event_id | int | Event ID for sending the reward package |
| image | string | Image of the reward package |
| content | string | Display content of the reward package |
| rewards | List<RewardsItem> | RewardsItem |
RewardsItem
| Name | Type | Explanation |
|---|---|---|
| desc | string | Display content of the reward prize |
| icon | string | Image of the reward prize |
| id | int | ID of the reward prize |
| num | int | Quantity of the reward prize |