清空聊天记录

javascript 复制代码
WXAPI.userImEmpty(token, uid)
  • token 登陆接口返回的登陆凭证
  • uid 好友用户编号
json 复制代码
{
    "code": 0,
    "msg": "success"
}