瀏覽代碼

add fcgiserver

stanley-king 4 年之前
父節點
當前提交
2d7f6eb0fe
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      helper/fcgi_server.php
  2. 1 1
      helper/rbridge/wsd/config.php

+ 1 - 0
helper/fcgi_server.php

@@ -29,6 +29,7 @@ class fcgi_server
             'cmbpay_notify.php','cmbpay_sign.php','wxauthor.php','api/wxLogin/index.php','api/wxLogin/callback.php',
             'signature.php',
             'refill_suhc.php','refill_suhctm.php','refill_beixt.php','refill_bxtwt.php','refill_bjb.php','refill_xyz.php',
+            'refill_zzx.php',
             'bridge_shr.php'
         ];
         $path = BASE_ROOT_PATH . '/mobile/';

+ 1 - 1
helper/rbridge/wsd/config.php

@@ -13,5 +13,5 @@ class config
     const MCH_NOTIFY_URL = 'wsd';
 
     const BridgeKey = 'ac59f54faf1ffcc1';
-    const BridgeNotifyURL = 'http://121.37.249.48:50080/API';
+    const BridgeNotifyURL = 'http://121.37.249.48:50899/Callback';
 }