我想使用 / posts / {id} / comments / add 添加评论我传递了所有参数,例如post_id,access_token和key,我得到了这样的结果:
我已在stackapps中注册了应用并设置了占位符
{
"items": [
{
"owner": {
"reputation": 86,
"user_id": 8404155,
"user_type": "registered",
"accept_rate": 83,
"profile_image": "https://i.stack.imgur.com/iiPfj.png?s=128&g=1",
"display_name": "Samson",
"link": "https://stackoverflow.com/users/8404155/samson"
},
"edited": false,
"creation_date": 1503046038,
"post_id": 8404155,
"body": "Example comment body"
}
],
"has_more": false,
"quota_max": 10000,
"quota_remaining": 9967
}
但该评论未显示在 stackoverflow的评论栏目中!!任何有关这方面的答案都会有很大的帮助!谢谢!