X-Access-Token: ********************
{
"channel": "string",
"unionId": "string",
"currentPage": 1,
"pageSize": 10,
"activityId": 0,
"startDate": "string",
"endDate": "string"
}
curl --location --request POST 'http://127.0.0.1:8080/user/getLotteryActivityUserPage' \
--header 'Content-Type: application/json' \
--header 'X-Access-Token;' \
--data-raw '{
"channel": "string",
"unionId": "string",
"currentPage": 1,
"pageSize": 10,
"activityId": 0,
"startDate": "string",
"endDate": "string"
}'
{
"code": 0,
"msg": "获取用户活动详情!",
"data": {
"current_page": 0,
"page_size": 0,
"total": 0,
"list": [
{
"id": 0,
"activityId": 0,
"taskId": 0,
"unionId": "",
"lotteryCount": 0,
"useLotteryCount": 0,
"payTask": 0,
"goodsType": 0,
"orderId": "",
"channel": "",
"createDate": "",
"activityName": "",
"taskName": ""
}
]
}
}