POST xuner/soc/Social/getproductCommentList
GetProductCommentList
请求信息
URI 参数
无。
Body 参数
GetSkuByProductIdRequest名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
ProductId | string |
无。 |
请求格式
application/json, text/json
样例:
{ "ProductId": "sample string 1" }
响应信息
资源描述
GetProductCommentList
gSocResponseOfListItemOfgetProductCommentList名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
data | ListItemOfgetProductCommentList |
无。 |
|
req | string |
无。 |
|
msg | string |
无。 |
|
code | integer |
无。 |
响应格式
application/json, text/json
样例:
{ "data": { "total": 1, "size": 2, "pages": 3, "current": 4, "msg": "sample string 5", "code": 6, "records": [ { "createAvatar": "sample string 1", "createName": "sample string 2", "content": "sample string 3", "praiseCount": 4, "createTime": "2025-09-26T07:48:55.7968163+08:00", "commentCount": 6, "imageCount": "sample string 7", "images": "sample string 8", "ugcId": 9, "id": 10, "time": "sample string 11", "status": 12, "user": { "userId": 1, "username": "sample string 2", "avatar": "sample string 3", "userType": 4, "carType": 5, "account": "sample string 6", "nickname": "sample string 7" }, "userActionId": "sample string 13", "contentType": 14, "praise": true }, { "createAvatar": "sample string 1", "createName": "sample string 2", "content": "sample string 3", "praiseCount": 4, "createTime": "2025-09-26T07:48:55.7968163+08:00", "commentCount": 6, "imageCount": "sample string 7", "images": "sample string 8", "ugcId": 9, "id": 10, "time": "sample string 11", "status": 12, "user": { "userId": 1, "username": "sample string 2", "avatar": "sample string 3", "userType": 4, "carType": 5, "account": "sample string 6", "nickname": "sample string 7" }, "userActionId": "sample string 13", "contentType": 14, "praise": true } ] }, "req": "sample string 1", "msg": "sample string 2", "code": 3 }