POST xuner/soc/Social/getproductCommentList

获取产品备注列表

请求信息

URI 参数

无。

Body 参数

GetSkuByProductIdRequest
名称描述类型附加信息
ProductId

string

无。

请求格式

application/json, text/json

样例:
{
  "ProductId": ""
}

响应信息

资源描述

获取产品备注列表

gSocResponseOfListItemOfgetProductCommentList
名称描述类型附加信息
data

ListItemOfgetProductCommentList

无。

req

string

无。

msg

string

无。

code

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": {
    "total": 0,
    "size": 0,
    "pages": 0,
    "current": 0,
    "msg": "",
    "code": 0,
    "records": [
      {
        "createAvatar": "",
        "createName": "",
        "content": "",
        "praiseCount": 0,
        "createTime": "0001-01-01T00:00:00",
        "commentCount": 0,
        "imageCount": "",
        "images": "",
        "ugcId": 0,
        "id": 0,
        "time": "",
        "status": 0,
        "user": {
          "userId": 0,
          "username": "",
          "avatar": "",
          "userType": 0,
          "carType": 0,
          "account": "",
          "nickname": ""
        },
        "userActionId": "",
        "contentType": 0,
        "praise": false
      }
    ]
  },
  "req": "",
  "msg": "",
  "code": 0
}