Quellcode durchsuchen

修改支付地址

stanley-king vor 8 Jahren
Ursprung
Commit
c95f0cde8d
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      helper/pay/cmbpay.php

+ 3 - 3
helper/pay/cmbpay.php

@@ -137,9 +137,9 @@ class cmbpay implements IPay
     const notify_payurl  = BASE_SITE_URL . '/mobile/cmbpay_notify.php';
     const app_returl     = BASE_SITE_URL . '/mobile/index.php';
 
-    const debug_notify_signurl = 'http://139.196.205.50/mobile/cmbpay_sign.php';
-    const debug_notify_payurl  = 'http://139.196.205.50/mobile/cmbpay_notify.php';
-    const debug_app_returl     = 'http://139.196.205.50/mobile/index.php';
+    const debug_notify_signurl = 'http://p.lrlz.com/mobile/cmbpay_sign.php';
+    const debug_notify_payurl  = 'http://p.lrlz.com/mobile/cmbpay_notify.php';
+    const debug_app_returl     = 'http://p.lrlz.com/mobile/index.php';
 
     static public function config()
     {