Authorization: Bearer ********************curl --location --request GET '/api/v1.0/admin/feedback/list?current=&pageSize=&phone=13333333333&status=&sort' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"errMsg": null,
"msg": "success",
"data": {
"records": [
{
"id": null,
"phone": "13333333333",
"userId": "13333333333",
"content": "测试问题",
"respond": "建议已采纳",
"images": "http://static.dcwlqc.com/7f1ef69fdedcf8482344e24c8adf052a10b862bdbf365d8d9275b464ffd1cc67.jpg",
"status": 1,
"createTime": "2023-05-24 16:29:40",
"updateTime": "2023-11-08 16:08:46"
}
],
"total": 24,
"size": 1,
"current": 1,
"totalPage": 24
}
}