X-Access-Token: ********************
{
"channel": "string",
"unionId": "string",
"orderId": "string"
}
curl --location --request POST 'http://127.0.0.1:8080/user/getGiveLotteryCountDetailByBuy' \
--header 'Content-Type: application/json' \
--header 'X-Access-Token;' \
--data-raw '{
"channel": "string",
"unionId": "string",
"orderId": "string"
}'
{
"code": 0,
"msg": "获取成功!",
"data": {
"lotteryActivityUserLotteries": [
{
"id": 0,
"activityId": 0,
"taskId": 0,
"unionId": "",
"lotteryCount": 0,
"useLotteryCount": 0,
"payTask": 0,
"goodsType": 0,
"orderId": "",
"channel": "",
"createDate": ""
}
],
"lotteryActivitySetting": {
"id": 0,
"type": 0,
"name": "",
"context": "",
"rulesContext": "",
"shareContext": "",
"colorSetting": "",
"wxUrl": "",
"webUrl": "",
"startDate": "",
"endDate": "",
"inventory": 0,
"createDate": "",
"weight": 0,
"status": 0,
"deleted": 0
}
}
}