{
"pageIndex": "1",
"pageSize": "10",
"keyword": "string",
"classId": 0,
"status": "newlyBuild",
"startTime": "string",
"endTime": "string"
}
curl --location --request POST 'http://gateway249.kiwismart.top/app/paas/workSheet/listWorkSheetListVo' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageIndex": "1",
"pageSize": "10",
"keyword": "string",
"classId": 0,
"status": "newlyBuild",
"startTime": "string",
"endTime": "string"
}'
{
"code": 0,
"msg": "",
"data": {
"total": 0,
"pageIndex": 0,
"pageSize": 0,
"pageCount": 0,
"rows": [
{
"id": 0,
"createTime": "",
"classId": 0,
"categoryName": "",
"categoryIntro": "",
"intro": "",
"statusName": ""
}
]
}
}