curl --location --request GET 'https://api.shakingcloud.com/api/goods/reviews'
{
"attributes": {},
"code": "string",
"data": [
{
"avatar": "string",
"content": "string",
"createDate": "2019-08-24T14:15:22Z",
"createStr": "string",
"goodsKey": "string",
"images": [
{
"path": "string",
"sort": 0,
"title": "string"
}
],
"isShow": true,
"key": "string",
"modifyDate": "2019-08-24T14:15:22Z",
"nickname": "string",
"orderSn": "string",
"score": 0,
"tkey": "string"
}
],
"msg": "string",
"success": true,
"totalCount": 0
}