{
"id": 0
}
curl --location --request POST '/operate/web/home/getPagePop' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0
}'
{
"msg": "string",
"code": 0,
"time": 0,
"data": {
"list": [
{
"path": "string",
"pathName": "string",
"image": "string",
"popId": "string"
}
],
"isOpen": "string",
"popTimes": "string"
}
}