mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-13 21:50:44 +08:00
Update hfzj.js
This commit is contained in:
parent
fcdfe973e9
commit
0bd9aa55a8
2
hfzj.js
2
hfzj.js
@ -116,7 +116,7 @@ class UserInfo {
|
|||||||
headers: Headers
|
headers: Headers
|
||||||
}
|
}
|
||||||
options = changeCode(options) //把某软件生成的代码(request或axios或jquery)转换为got通用
|
options = changeCode(options) //把某软件生成的代码(request或axios或jquery)转换为got通用
|
||||||
console.log(options);
|
//console.log(options);
|
||||||
let result = await httpRequest(options);
|
let result = await httpRequest(options);
|
||||||
//console.log(result);
|
//console.log(result);
|
||||||
if (result.code == '000000') {
|
if (result.code == '000000') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user