curl --location --request GET '/api/admin/store/product/reply/info/' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"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",
"uid": 0,
"unique": "string",
"updateTime": "2019-08-24T14:15:22Z"
},
"message": "string"
}