stanley-king 3 年之前
父节点
当前提交
ca55c9c47f
共有 1 个文件被更改,包括 5 次插入4 次删除
  1. 5 4
      helper/refill/api/xyz/yuanmai/config.php

+ 5 - 4
helper/refill/api/xyz/yuanmai/config.php

@@ -4,12 +4,13 @@
 namespace refill\yuanmai;
 
 use mtopcard;
+
 class config
 {
     //985 2
     const ORDER_URL = 'https://esales.iyuanmai.com:28001/charge/recharge.do';
-    const QUERY_URL= 'https://esales.iyuanmai.com:28001/charge/mobileOrderQuery.do';
-    const USER_ID= '202106261336161975';
+    const QUERY_URL = 'https://esales.iyuanmai.com:28001/charge/mobileOrderQuery.do';
+    const USER_ID = '202106261336161975';
     const KEY = 'a6f5b39a9ff14fc599a325b98dfc5308dd0dbf1829b044e18d1ea95ecf2f7ec46475be4ccf3e4855b8d9456766659f7b193293e8d67543cb824c523f34e16321';
     const NOTIFY_URL = BASE_SITE_URL . "/mobile/refill_yuanmai.php";
 
@@ -20,8 +21,8 @@ class config
 //    const KEY = '500f307b84844cb9b05e04d7baef545126179a88f89d4b44bfbdbfbf99eedd75ef82e5b5412d42f9981d4921e6b0537f78201357200d412797e4582d79bc8215';
 //    const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
     const operator = [
-        mtopcard\ChinaMobileCard  => 1,
-        mtopcard\ChinaUnicomCard  => 0,
+        mtopcard\ChinaMobileCard => 1,
+        mtopcard\ChinaUnicomCard => 0,
         mtopcard\ChinaTelecomCard => 2
     ];
 }