diff --git a/bjev.js b/bjev.js index 6588597..4959c64 100644 --- a/bjev.js +++ b/bjev.js @@ -190,8 +190,7 @@ class UserInfo { url: `https://beijing-gateway-customer.app-prod.bjev.com.cn/beijing-info-configure/exterior/recommend/list?pageIndex=1&pageSize=20&uuid_check=${this.get_uuid()}`, } options.headers = this.get_headers(options.method, options.url) - console.log(options); - + //console.log(options); let { body: result } = await httpRequest(options); //console.log(options); result = JSON.parse(result);