shawenguan il y a 1 an
Parent
commit
3dd087eae9
1 fichiers modifiés avec 32 ajouts et 32 suppressions
  1. 32 32
      Scripts/huluwa/huluwaHelper.js

+ 32 - 32
Scripts/huluwa/huluwaHelper.js

@@ -30,38 +30,38 @@ hostname=gw.huiqunchina.com
 
 const lk = new ToolKit(`葫芦娃预约助手`, `huluwaHelper`);
 
-// const SPLIT = "\n"; // 分割符(可自定义)
-// const XLTH_APPID = 'wxded2e7e6d60ac09d'; // 新联惠购
-// const GLYP_APPID = 'wx61549642d715f361'; // 贵旅优品
-// const KGLG_APPID = 'wx613ba8ea6a002aa8'; // 空港乐购
-// const HLQG_APPID = 'wx936aa5357931e226'; // 航旅黔购
-// const ZHCS_APPID = 'wx624149b74233c99a'; // 遵航出山
-// const GYQP_APPID = 'wx5508e31ffe9366b8'; // 贵盐黔品
-// const LLSC_APPID = 'wx821fb4d8604ed4d6'; // 乐旅商城
-// const YLQX_APPID = 'wxee0ce83ab4b26f9c'; // 驿路黔寻
-
-// const APPID_TOKEN_STORE_KEYS = {
-//     ['wxded2e7e6d60ac09d'] : 'XLTH_COOKIE',
-//     ['wx61549642d715f361'] : 'GLYP_COOKIE',
-//     ['wx613ba8ea6a002aa8'] : 'KGLG_COOKIE',
-//     ['wx936aa5357931e226'] : 'HLQG_COOKIE',
-//     ['wx624149b74233c99a'] : 'ZHCS_COOKIE',
-//     ['wx5508e31ffe9366b8'] : 'GYQP_COOKIE',
-//     ['wx821fb4d8604ed4d6'] : 'LLSC_COOKIE',
-//     ['wxee0ce83ab4b26f9c'] : 'YLQX_COOKIE',
-// };
-
-// let REVER_APPID_TOKEN_STORE_KEYS = {};
-// for(let key in APPID_TOKEN_STORE_KEYS){
-//     let value = APPID_TOKEN_STORE_KEYS[key];
-//     REVER_APPID_TOKEN_STORE_KEYS[value] = key;
-// }
-
-// const HOST = 'https://gw.huiqunchina.com';
-// const AK = '00670fb03584fbf44dd6b136e534f495';
-// const SK = '0d65f24dbe2bc1ede3c3ceeb96ef71bb';
-
-// let sendMessage = [];
+const SPLIT = "\n"; // 分割符(可自定义)
+const XLTH_APPID = 'wxded2e7e6d60ac09d'; // 新联惠购
+const GLYP_APPID = 'wx61549642d715f361'; // 贵旅优品
+const KGLG_APPID = 'wx613ba8ea6a002aa8'; // 空港乐购
+const HLQG_APPID = 'wx936aa5357931e226'; // 航旅黔购
+const ZHCS_APPID = 'wx624149b74233c99a'; // 遵航出山
+const GYQP_APPID = 'wx5508e31ffe9366b8'; // 贵盐黔品
+const LLSC_APPID = 'wx821fb4d8604ed4d6'; // 乐旅商城
+const YLQX_APPID = 'wxee0ce83ab4b26f9c'; // 驿路黔寻
+
+const APPID_TOKEN_STORE_KEYS = {
+    ['wxded2e7e6d60ac09d'] : 'XLTH_COOKIE',
+    ['wx61549642d715f361'] : 'GLYP_COOKIE',
+    ['wx613ba8ea6a002aa8'] : 'KGLG_COOKIE',
+    ['wx936aa5357931e226'] : 'HLQG_COOKIE',
+    ['wx624149b74233c99a'] : 'ZHCS_COOKIE',
+    ['wx5508e31ffe9366b8'] : 'GYQP_COOKIE',
+    ['wx821fb4d8604ed4d6'] : 'LLSC_COOKIE',
+    ['wxee0ce83ab4b26f9c'] : 'YLQX_COOKIE',
+};
+
+let REVER_APPID_TOKEN_STORE_KEYS = {};
+for(let key in APPID_TOKEN_STORE_KEYS){
+    let value = APPID_TOKEN_STORE_KEYS[key];
+    REVER_APPID_TOKEN_STORE_KEYS[value] = key;
+}
+
+const HOST = 'https://gw.huiqunchina.com';
+const AK = '00670fb03584fbf44dd6b136e534f495';
+const SK = '0d65f24dbe2bc1ede3c3ceeb96ef71bb';
+
+let sendMessage = [];
 
 
 // let retBody;