curl --location --request GET '/adminapi/goods.goods_comment/lists' \
--header 'token: 217ba8ac94c48c81403500017f8c13fc'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 1,
"goods_id": 2,
"user_id": 1,
"order_goods_id": 1,
"service_comment": 5,
"comment": "评价内容",
"reply": "回复内容",
"status": 1,
"create_time": "2022-02-08 11:08:57",
"goods_name": "日常保洁",
"goods_image": "http://www.smyy.localhost/1111",
"nickname": "111",
"comment_level": "好评",
"status_desc": "已回复",
"goods_comment_image": [
{
"id": 1,
"comment_id": 1,
"uri": "5555"
}
]
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}