From fcdfe973e9d703c839b188715200b17fa0cd38dd Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sun, 29 Jan 2023 16:23:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=93=88=E5=BC=97=E6=99=BA=E5=AE=B6=EF=BC=9A?= =?UTF-8?q?=E4=BF=AE=E5=A4=8DBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hfzj.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hfzj.js b/hfzj.js index 2eb6ae7..fdc6a8a 100644 --- a/hfzj.js +++ b/hfzj.js @@ -112,11 +112,11 @@ class UserInfo { Headers['bt-auth-timestamp'] = this.ts Headers['bt-auth-sign'] = await this.getSign('GET', url, this.nonce, this.ts, data) let options = { - url: `https://gw-app.beantechyun.com` + url, + url: `https://gw-app.beantechyun.com` + url + '?' + data, headers: Headers } options = changeCode(options) //把某软件生成的代码(request或axios或jquery)转换为got通用 - //console.log(options); + console.log(options); let result = await httpRequest(options); //console.log(result); if (result.code == '000000') {