{
"current_page": 0,
"total_size": 0,
"page_size": 0,
"id": 0,
"activityId": 0,
"type": 0,
"goodsType": 0,
"goodsName": "string",
"goodsUrl": "string",
"goodsItem": "string",
"goodsAmount": 0,
"helpName": "string",
"helpType": 0,
"helpConditions": 0,
"exchangeDouCoin": 0,
"conditions": 0,
"title": "string",
"context": "string",
"lotteryCount": 0,
"characterCount": 0,
"status": 0,
"createDate": "string",
"weight": 0
}
curl --location --request POST 'http://127.0.0.1:8080/admin/updateLotteryActivityTaskStatus' \
--header 'Content-Type: application/json' \
--data-raw '{
"current_page": 0,
"total_size": 0,
"page_size": 0,
"id": 0,
"activityId": 0,
"type": 0,
"goodsType": 0,
"goodsName": "string",
"goodsUrl": "string",
"goodsItem": "string",
"goodsAmount": 0,
"helpName": "string",
"helpType": 0,
"helpConditions": 0,
"exchangeDouCoin": 0,
"conditions": 0,
"title": "string",
"context": "string",
"lotteryCount": 0,
"characterCount": 0,
"status": 0,
"createDate": "string",
"weight": 0
}'
{
"code": 0,
"msg": "上下架成功!",
"data": 0
}