From d3576853ef6e34cb3ea4772dafb3891b2cdf1468 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sat, 25 Nov 2023 22:33:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=97=E4=BA=AC=E6=B1=BD=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 小更新 --- bjev.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);