加载中…

删除朋友圈的某条评论

```javascript WXAPI.momentsDeleteComment(token, commentId) ``` + token 登陆凭证 + commentId 朋友圈记录对应的那条评论记录的id ```json { "code": 0, "msg": "success" } ```