mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
北京汽车
小更新
This commit is contained in:
3
bjev.js
3
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);
|
||||
|
||||
Reference in New Issue
Block a user