curl --location --request GET '/api/goods_comment/category?goods_id='{
"code": 1,
"show": 0,
"msg": "",
"data": {
"comment": [
{
"name": "全部",
"id": 0,
"count": 2
},
{
"name": "晒图",
"id": 1,
"count": 2
},
{
"name": "好评",
"id": 2,
"count": 1
},
{
"name": "中评",
"id": 3,
"count": 0
},
{
"name": "差评",
"id": 4,
"count": 1
}
],
"percent": "50%"
}
}