{
"comment_id": 87,
"content": "克复中原"
}
curl --location --request POST '/adminapi/product/comment/reply_comment' \
--header 'Content-Type: application/json' \
--data-raw '{
"comment_id": 87,
"content": "克复中原"
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "评论回复成功"
}
}