shawenguan 1 anno fa
parent
commit
5ed33f4a0a
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      Scripts/hbcpre/hbcpreOrder.js

+ 0 - 2
Scripts/hbcpre/hbcpreOrder.js

@@ -534,8 +534,6 @@ function decryptAES(wordStr, keyStr, ivStr) {
 
 
 async function openUrl(url, headers){
-    const tokenInfo = magicJS.data.read(HbcpreConstKey.token, '');
-    headers.Authorization = `Bearer ${tokenInfo}`;
     let options = {
         url: `${url}`,
         headers: headers,