webwxapi.webwxbatchgetcontact('', {}, []).catch(error => {
      expect(error.status).toBe(808)
      expect(error.message).toBe('获取聊天群列表失败')
    })