{
"pageNum": 1,
"pageSize": 10,
"id": 0,
"actId": 0,
"actName": "string",
"startTime": "string",
"endTime": "string",
"periodCount": 0,
"weather": "string",
"createTime": "string",
"updateTime": "string",
"status": 0
}
curl --location --request POST 'http://114.255.31.92:8080/api/v1/app/taskSheet/queryHugeActList' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 10,
"id": 0,
"actId": 0,
"actName": "string",
"startTime": "string",
"endTime": "string",
"periodCount": 0,
"weather": "string",
"createTime": "string",
"updateTime": "string",
"status": 0
}'
{
"code": "",
"data": [
{
"id": 0,
"actId": 0,
"actName": "",
"startTime": "",
"endTime": "",
"periodCount": 0,
"weather": "",
"createTime": "",
"updateTime": "",
"status": 0
}
],
"msg": ""
}