{
"pageNum": 0,
"pageSize": 0,
"employeeCode": "string",
"goodsId": 0,
"mobile": "string",
"employeeName": "string"
}
curl --location --request POST '/operate/web/home/pageList' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"employeeCode": "string",
"goodsId": 0,
"mobile": "string",
"employeeName": "string"
}'
{
"msg": "string",
"code": 0,
"data": {
"records": [
{
"storeId": "string",
"pageId": "string",
"wechatAppName": "string",
"mechanismId": "string",
"mechanismName": "string",
"updateOr": "string",
"updateTimeStr": "string",
"pageName": "string",
"pageType": "string",
"createTimeStr": "string",
"adCode": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
"string"
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": null,
"countId": null,
"pages": 0
},
"time": 0
}