curl --location --request GET '/j8-patrolmgt/plan/query-plan-list?pageIndex=1&pageSize=10'
{
"code": 10000,
"data": {
"pageIndex": 1,
"pageSize": 10,
"pages": 100,
"rows": [
{
"beforeTime": "string",
"createTime": "2019-08-24T14:15:22Z",
"createUserName": "string",
"dateRange": "string",
"endDate": "2019-08-24T14:15:22Z",
"endTime": "string",
"inspectionPlanName": "string",
"inspectionPlanPeriod": "string",
"routeName": "string",
"signType": "string",
"startDate": "2019-08-24T14:15:22Z",
"startTime": "string",
"state": "string",
"timeRange": "string"
}
],
"total": 100000
},
"message": "提示消息内容"
}