Authorization: Bearer ********************
{
"pageNo": 1,
"pageSize": 20,
"isAsc": true,
"sortBy": "string",
"category": "string",
"subcategory": "string",
"searchData": "string"
}
curl --location --request POST 'http://10.12.186.133:30924/zspt/waterBook/page' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 20,
"isAsc": true,
"sortBy": "string",
"category": "string",
"subcategory": "string",
"searchData": "string"
}'
{
"code": 0,
"msg": "",
"data": {
"total": 0,
"pages": 0,
"list": [
{
"id": "",
"bookName": "",
"author": "",
"publishTime": "",
"bookAbstract": "",
"price": 0,
"category": "",
"subcategory": "",
"dxSsid": "",
"dxPublish": "",
"dxPage": "",
"dxTitle": "",
"dxImg": "",
"dxDxid": "",
"dxPublishTime": "",
"filePath": ""
}
]
}
}