curl --location --request GET '/j8-patrolmgt/task/query-task-list?communityId=2024022643710121&pageIndex=1&pageSize=10'
{
"code": 10000,
"data": {
"pageIndex": 1,
"pageSize": 10,
"pages": 100,
"rows": [
{
"actInsTime": "2025-05-18 21:15",
"actUserName": "小王",
"planEndTime": "2025-05-18 21:15",
"planId": 142025050108841150,
"planInsTime": "2025-05-18 08:05",
"planName": "测试巡检计划01",
"planUserName": "小王",
"signType": "现场拍照(默认定位)",
"state": "未开始",
"taskId": 5220250519674431000,
"transferDesc": "原负责人请假"
}
],
"total": 100000
},
"message": "提示消息内容"
}