{
"id": 0,
"fm_type": -1,
"cat_id": 0,
"status": -1,
"page": 1,
"limit": 10
}curl --location --request POST '?c=feedback&a=pageList' \
--header 'Ak: 58df6c8b752b6028e8799ef34aa500ab' \
--header 'App: hza-pc-1d0s1' \
--header 'Sk: 441db3b112073c9bf3c568a22ebb42b7' \
--header 'Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"fm_type": -1,
"cat_id": 0,
"status": -1,
"page": 1,
"limit": 10
}'{
"data": {
"list": [
{
"id": "string",
"content": "string",
"img": [
"string"
],
"add_time": "string",
"mobile": "string",
"fm_type": "string",
"status": "string",
"cat_name": "string"
}
],
"count": 0
},
"msg": "string",
"code": 0
}