curl --location --request GET '/api/product/product/getFeedbackList?productId&page&size' \
--header 'X-Shop-Id: 0'
{
"records": [
{
"typeName": "string",
"id": 0,
"title": "string",
"addTime": "string",
"userId": 0,
"username": "string",
"content": "string",
"type": 0,
"status": 0,
"productId": 0,
"orderId": 0,
"orderSn": "string",
"nickname": "string",
"reply": {
"commentId": 0,
"userId": 0,
"username": "string",
"content": "string",
"parentId": 0,
"addTime": "string"
}
}
],
"total": 0,
"size": 0,
"current": 0,
"optimizeCountSql": {},
"searchCount": {},
"pages": 0
}