{
"pageNum": 0,
"pageSize": 0,
"commodityClassify1": "string",
"commodityType": "string",
"commodityTitle": "string",
"userName": "string",
"commentTimeBegin": "string",
"commentTimeEnd": "string",
"createTimeStart": "string",
"minPrice": 0,
"maxPrice": 0
}curl --location --request POST '/platform/commodity/getCompanyOrderCommentInfoList' \
--header 'user-authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoiMTA4NjM2NTk1MzE2NDAxNzY2NSIsInVzZXJfa2V5IjoiM2JjM2I1Y2ItNzBkZS00OGFhLWE4ZGMtZGI0M2FmZjkzNjc5IiwiZXhwIjoxNzQ0NDgxMjQ2LCJ1c2VybmFtZSI6IjE1NjAxMjE1MTgwIn0.6BW3QWB3KmXRkJ6zx0BRvq2fYcU-7X6NTJFIIRku4hquCeojO6IfXTmv4yR-L-sDsZUfcmeEMeuUEn8jsel9JQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"commodityClassify1": "string",
"commodityType": "string",
"commodityTitle": "string",
"userName": "string",
"commentTimeBegin": "string",
"commentTimeEnd": "string",
"createTimeStart": "string",
"minPrice": 0,
"maxPrice": 0
}'{
"code": 0,
"msg": "",
"data": {
"total": 0,
"list": [
{
"id": 0,
"orderNo": "",
"orderItemNo": "",
"commodityClassify1": "",
"commodityId": 0,
"commoditySubId": 0,
"commentCompanyId": "",
"commentCompanyName": "",
"commentUserId": "",
"commentUserName": "",
"commentUserImg": "",
"commentContent": "",
"commentImgFiles": "",
"orderProductProperties": "",
"isReply": false,
"commentTime": "",
"replyTime": "",
"replyContent": "",
"interflowScore": 0,
"paymentScore": 0,
"totalScore": 0,
"isAnonymity": false,
"sumScore": 0,
"serviceMannerScore": 0,
"costPerformanceScore": 0,
"descriptionMatchScore": 0,
"logisticsScore": 0,
"deleted": false,
"commodityType": "",
"commodityTitle": "",
"orderNum": 0,
"totalPrice": 0.0,
"sharePurchase": false,
"commentUserCompanyPositionName": ""
}
]
}
}