|
|
@@ -147,7 +147,8 @@ async function tryFastOrder(){
|
|
|
'Sec-Fetch-Site' : `cross-site`,
|
|
|
'Referer' : `https://luanshu.hbcpre.com/`,
|
|
|
'Sec-Fetch-Dest' : `document`,
|
|
|
- 'Accept-Language' : `zh-CN,zh-Hans;q=0.9`
|
|
|
+ 'Accept-Language' : `zh-CN,zh-Hans;q=0.9`,
|
|
|
+ 'X-AMZ-Date': new Date().toUTCString(),
|
|
|
};
|
|
|
let cashierInit0 = await openUrl(buyRet.data.url, newHeaders);
|
|
|
if(cashierInit0){
|