Parcourir la source

add fcgiserver

stanley-king il y a 4 ans
Parent
commit
2d7f6eb0fe
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  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';
 }