Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.76 KB

File metadata and controls

38 lines (29 loc) · 1.76 KB

ApiResponseExSkillGetBeginnerTaskListRespDataTasks

Getting started mission information. task_center_id and status are included in required: both are allowed to be 0 (registration tasks, download tasks to be received), And avoid Go SDK using omitempty for integer zero values, which will cause fields to be lost during client serialization.

Properties

Name Type Description Notes
welfareTaskId Long Rewards Center task ID [optional]
taskCenterId Long Task center task ID (fixed at 0 for registration tasks)
taskType Integer Task type: 1=KYC secondary certification 2=Spot 3=Contract 4=Invitation 5=Quantification 6=Yu Bibao 7=startup 8=First deposit 10=Registration task 11=Guide task 23=Download task [optional]
taskName String Task name [optional]
taskDesc String Task description, may contain <span> highlight tags [optional]
rewardNum String Reward value [optional]
rewardUnit String Reward unit (e.g., USDT, BTC) [optional]
prizeType PrizeTypeEnum Reward type: 1 = points, 2 = regular coupon, 3 = VIP coupon [optional]
status StatusEnum Task status: 0=Not claimed (typically a download task waiting to be claimed) 1=Received/in progress 2=Completed and waiting to be claimed 3=Rewards in progress 4=Completed/settled 5=Expired

Enum: PrizeTypeEnum

Name Value
NUMBER_1 1
NUMBER_2 2
NUMBER_3 3

Enum: StatusEnum

Name Value
NUMBER_0 0
NUMBER_1 1
NUMBER_2 2
NUMBER_3 3
NUMBER_4 4
NUMBER_5 5