加载中…

删除朋友圈记录

```javascript WXAPI.momentsDelete(token, momentsId) ``` + token 登陆凭证 + momentsId 朋友圈记录id ```json { "code": 0, "msg": "success" } ```