webwxapi.webwxgetcontact().catch(error => {
      expect(error.status).toBe(802)
      expect(error.message).toBe('获取好友列表失败')
    })