加载中…

删除好友

```javascript WXAPI.deleteFriend(token, uid) ``` + token 当前用户登陆返回的token + uid 好友的用户编号 ```json { "code": 0, "msg": "success" } ```