shawenguan 1 năm trước cách đây
mục cha
commit
5ed33f4a0a
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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,