shawenguan hai 1 ano
pai
achega
5ed33f4a0a
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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,