curl --location --request POST '/api/community_comment/add' \
--data-urlencode 'article_id=' \
--data-urlencode 'comment='{
"code": 1,
"show": 0,
"msg": "评论成功",
"data": {
"id": 28,
"user_id": 118,
"article_id": 28,
"pid": 14,
"comment": "1232432423",
"like": 0,
"status": 1,
"create_time": "刚刚",
"nickname": "小明118",
"avatar": "http://www.likeshopb2b2c.localhost/uploads/user/118/202203081619064d7fb5133.png"
}
}