curl --location '/staffapi/goods_comment/commentCategory' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"code": 1,
"show": 0,
"msg": "",
"data": [
{
"type": 0,
"name": "全部",
"count": 1
},
{
"type": 1,
"name": "有图",
"count": 1
},
{
"type": 2,
"name": "好评",
"count": 1
},
{
"type": 3,
"name": "中差评",
"count": 0
}
]
}