{
"orderNumber": "string",
"activityId": 0
}
curl --location --request POST 'https://www.nihaocloud.cn/st-order/order-reward/info' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNumber": "string",
"activityId": 0
}'
{
"countdown": 0,
"state": 0,
"activityName": "",
"startTime": "",
"endTime": "",
"costAmount": 0.0,
"rewardAmount": 0.0,
"nextSubCostAmount": 0.0,
"nextRewardAmount": 0.0,
"unlockRewardAmount": 0.0,
"unlockSubRewardAmount": 0.0,
"stageRewardList": [
{
"rewardAmount": 0.0,
"limitAmount": 0.0
}
]
}