Update hfzj.js

This commit is contained in:
smallfawn
2023-01-29 16:32:35 +08:00
committed by GitHub
parent fcdfe973e9
commit 0bd9aa55a8

View File

@@ -116,7 +116,7 @@ class UserInfo {
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') {