curl --location --request GET '/api/admin/store/product/reply/list' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"avatar": "string",
"comment": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": 0,
"isDel": true,
"isReply": true,
"merchantReplyContent": "string",
"merchantReplyTime": 0,
"nickname": "string",
"oid": 0,
"pics": [
"string"
],
"productId": 0,
"productScore": 0,
"replyType": "string",
"serviceScore": 0,
"sku": "string",
"storeProduct": {
"activity": "string",
"addTime": 0,
"barCode": "string",
"browse": 0,
"cateId": "string",
"codePath": "string",
"content": "string",
"cost": 0,
"ficti": 0,
"flatPattern": "string",
"giveIntegral": 0,
"id": 0,
"image": "string",
"isBargain": true,
"isBenefit": true,
"isBest": true,
"isDel": true,
"isGood": true,
"isHot": true,
"isNew": true,
"isPostage": true,
"isRecycle": true,
"isSeckill": true,
"isShow": true,
"isSub": true,
"keyword": "string",
"merId": 0,
"merUse": true,
"otPrice": 0,
"postage": 0,
"price": 0,
"sales": 0,
"sliderImage": "string",
"sort": 0,
"soureLink": "string",
"specType": true,
"stock": 0,
"storeInfo": "string",
"storeName": "string",
"tempId": 0,
"unitName": "string",
"videoLink": "string",
"vipPrice": 0
},
"uid": 0,
"updateTime": "2019-08-24T14:15:22Z",
"beautifulInterfaceScore": 0,
"easyUseScore": 0,
"comprehensiveInfoScore": 0,
"reasonablePriceScore": 0,
"satisfactoryResultScore": 0
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}