{
"target": "8135",
"content": "对文章评论的内容",
"art_id": ""
}curl --location --request POST 'http://geek.itheima.net/v1_0/comments' \
--header 'Authorization: {{Vue2_Geek_ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"target": "8135",
"content": "对文章评论的内容",
"art_id": ""
}'{
"data": {
"target": "8135",
"art_id": "",
"com_id": "b5753b0a-c842-4f65-b02a-d20336c8806a",
"new_obj": {
"com_id": "b5753b0a-c842-4f65-b02a-d20336c8806a",
"aut_id": "db97ca8d-d13f-4957-b1a7-1ac2512557fa",
"pubdate": "2022-06-12 14:38:34",
"content": "对文章评论的内容",
"is_top": 0,
"aut_name": "夫大苏打",
"aut_photo": "http://geek.itheima.net/uploads/1655015572222.webp",
"like_count": 0,
"reply_count": 0,
"is_liking": false
}
},
"message": "OK"
}