{
"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/addHugeAct' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"actId": 0,
"actName": "string",
"startTime": "string",
"endTime": "string",
"periodCount": 0,
"weather": "string",
"createTime": "string",
"updateTime": "string",
"status": 0
}'
{
"code": "",
"data": {},
"msg": ""
}