webwxapi.webwxinit('', {}).catch(error => {
      expect(error.status).toBe(800)
      expect(error.message).toBe('获取 User 失败')
    })