Pārlūkot izejas kodu

Merge branch 'raccount' of 39.97.239.116:gyfl/xyzshop into zhaomingdev

zhaoming 1 gadu atpakaļ
vecāks
revīzija
ade6b60952

+ 1 - 0
helper/refill/api/yl/youlaicomet/config.php

@@ -3,6 +3,7 @@
 namespace refill\youlaicomet;
 
 # 游来3(非银)
+# youlaicomet -> 向榜样提单
 class config
 {
     const MCH_ID = 134;

+ 2 - 2
helper/refill/api/zy/baibaoquanyi/config.php

@@ -2,12 +2,12 @@
 
 namespace refill\baibaoquanyi;
 
-# 百保(权益)
+# 百保(权益)-> 向椰子提单
 class config
 {
     const MCH_ID = 10474;
     const KEY = '83bda1bf6e3b0ca5872d95607e269315';
 
-    const ORDER_URL  = BASE_SITE_URL . '/mobile/index.php';
+    const ORDER_URL = 'https://www.xyzshops.cn/mobile/index.php';
     const NOTIFY_URL = BASE_SITE_URL . '/mobile/callback/refill_baibaoquanyi.php';
 }

helper/refill/api/zy/youlaithreefy/RefillCallBack.php → helper/refill/api/zy/youlaifeiythree/RefillCallBack.php


helper/refill/api/zy/youlaithreefy/RefillPhone.php → helper/refill/api/zy/youlaifeiythree/RefillPhone.php


helper/refill/api/zy/youlaithreefy/api.txt → helper/refill/api/zy/youlaifeiythree/api.txt


+ 2 - 1
helper/refill/api/zy/youlaithreefy/config.php

@@ -4,9 +4,10 @@ namespace refill\youlaifeiythree;
 
 class config
 {
+    #zy youlaifeiythree -> 向叶子提单
     const MCH_ID = 10475;
     const KEY = '5b114e8f73135c5a5cccea24e8304e50';
 
-    const ORDER_URL  = BASE_SITE_URL . '/mobile/index.php';
+    const ORDER_URL  = 'https://www.xyzshops.cn/mobile/index.php';
     const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_youlaifeiythree.php";
 }