curl --location --request GET '/api/goods_comment/category' \
--header 'token: {{token}}'
{
"code": 1,
"msg": "获取成功",
"data": {
"comment": [
{
"name": "全部",
"id": 0,
"count": 2
},
{
"name": "晒图",
"id": 1,
"count": 1
},
{
"name": "好评",
"id": 2,
"count": 2
},
{
"name": "中评",
"id": 3,
"count": 0
},
{
"name": "差评",
"id": 4,
"count": 0
}
],
"percent": "100%"
},
"show": 0,
"time": "0.600231"
}