北京汽车

小更新
This commit is contained in:
smallfawn 2023-11-25 22:33:10 +08:00 committed by GitHub
parent e2149d1a86
commit d3576853ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()}`, 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) options.headers = this.get_headers(options.method, options.url)
console.log(options); //console.log(options);
let { body: result } = await httpRequest(options); let { body: result } = await httpRequest(options);
//console.log(options); //console.log(options);
result = JSON.parse(result); result = JSON.parse(result);