{
"id": 86,
"comment_rank": 1,
"is_recommend": 1,
"is_top": 0,
"sort_order": 50,
"comment_tag": [
"阿西巴"
],
"username": "匿名",
"avatar": "img/gallery/202405/1717138556aO4NDSb4NSzJZl7Hzr.jpg",
"product_id": 407,
"content": "呵呵",
"add_time": "2024-06-19 14:34:27",
"show_pics": null
}
curl --location --request POST '/adminapi/product/comment/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 86,
"comment_rank": 1,
"is_recommend": 1,
"is_top": 0,
"sort_order": 50,
"comment_tag": [
"阿西巴"
],
"username": "匿名",
"avatar": "img/gallery/202405/1717138556aO4NDSb4NSzJZl7Hzr.jpg",
"product_id": 407,
"content": "呵呵",
"add_time": "2024-06-19 14:34:27",
"show_pics": null
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "评论晒单更新成功"
}
}