Authorization: Bearer ********************
{
"subTaskId": 7551,
"page": 1,
"rows": 10
}
curl --location --request POST 'http://localhost:9999/api1/enterprise/pool-manage/getPoolManagePage' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"subTaskId": 7551,
"page": 1,
"rows": 10
}'
{"code":"200","msg":"success","data":{"records":[{"id":1125,"poolName":"1","saveTime":"2022-10-24T02:22:14.000+00:00","qty":8,"status":null,"createPerson":"sj","dccs":0,"ybsjl":8,"createName":"sunjie888","subTaskId":7551,"useStatus":0,"examineStatus":null,"ids":"63355,63356,63357,63358,63359,63360,63361,63362","isDel":0,"exportAuditStatus":null}],"total":1,"size":10,"current":1,"orders":[],"optimizeCountSql":true,"hitCount":false,"countId":null,"maxLimit":null,"searchCount":true,"pages":1}}