Authorization: ********************{
"pageNum": 0,
"pageSize": 0,
"id": 0,
"tenantId": "string",
"createBy": "string",
"createTime": "string",
"modifyBy": "string",
"modifyTime": "string",
"dataVersion": 0,
"deleteFlag": 0,
"userId": "string",
"mobile": "string",
"userType": 0,
"ratingLevel": 0,
"feedbackContent": "string",
"orderId": "string",
"feedbackStartTime": "string",
"feedbackEndTime": "string",
"sortField": "string",
"sortType": "string"
}curl --location --request POST '/management/user-feedback/queryUserFeedbackByPage' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"id": 0,
"tenantId": "string",
"createBy": "string",
"createTime": "string",
"modifyBy": "string",
"modifyTime": "string",
"dataVersion": 0,
"deleteFlag": 0,
"userId": "string",
"mobile": "string",
"userType": 0,
"ratingLevel": 0,
"feedbackContent": "string",
"orderId": "string",
"feedbackStartTime": "string",
"feedbackEndTime": "string",
"sortField": "string",
"sortType": "string"
}'{
"code": "",
"msg": "",
"data": {
"pageNum": 0,
"pageSize": 0,
"totalRow": 0,
"pageCount": 0,
"data": [
{
"id": 0,
"tenantId": "",
"createBy": "",
"createTime": "",
"modifyBy": "",
"modifyTime": "",
"dataVersion": 0,
"deleteFlag": 0,
"userId": "",
"mobile": "",
"userType": 0,
"ratingLevel": 0,
"feedbackContent": "",
"orderId": "",
"feedbackTime": ""
}
]
},
"stackTraceMsg": ""
}