浏览代码

修改支付地址

stanley-king 8 年之前
父节点
当前提交
c95f0cde8d
共有 1 个文件被更改,包括 3 次插入3 次删除
  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 notify_payurl  = BASE_SITE_URL . '/mobile/cmbpay_notify.php';
     const app_returl     = BASE_SITE_URL . '/mobile/index.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()
     static public function config()
     {
     {