{
"page": 1,
"size": 20
}
curl --location --request POST 'https://mall.dusksnow.top/app/app/feedback/page' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 20
}'
{
"code": 1000,
"data": {
"list": [
{
"id": 1,
"createTime": "2025-09-11 20:33:24",
"updateTime": "2025-09-11 20:35:15",
"userId": 1,
"contact": "18888888888",
"type": 1,
"content": "测试一下反馈",
"images": [
"https://game-box-1315168471.cos.ap-guangzhou.myqcloud.com/app/2025-09-11/1f259a01-7a7b-4700-9853-a10765beb82f_1757593995432_IMG_20210918_200925.jpg",
"https://game-box-1315168471.cos.ap-guangzhou.myqcloud.com/app/2025-09-11/f58de858-a50e-4ee6-84f7-097d8164b9bb_1757593995521_IMG_20210921_203902.jpg"
],
"status": 1,
"handlerId": 1,
"remark": "哈哈哈哈哈哈"
}
],
"pagination": {
"total": 1,
"size": 20,
"page": 1
}
},
"message": "success"
}