评论朋友圈
<p><strong>请求示例</strong></p>
<pre><code>{
"data" : {
"content" : "AAAREF 123789",
"ref_comment_id" : 0,
"request_key" : "AAA",
"sns_id" : 716729111111426
},
"type" : 6203
}</code></pre>
<pre><code>sns_id: 朋友圈ID
ref_comment_id: 评论对应的ID,如果是直接评论自己填0即可
可以通过【6201---获取朋友圈详情】得到所有的评论ID
content: 内容</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
"data" : {
"comment_id" : 0,
"request_key" : "AAA"
},
"error" : 0,
"type" : 16203
}</code></pre>