Browse Source

modify binghc IP address

stanley-king 4 years ago
parent
commit
dec7601fe6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      helper/refill/api/lingzh/binghc/config.php

+ 3 - 3
helper/refill/api/lingzh/binghc/config.php

@@ -6,10 +6,10 @@ namespace refill\binghc;
 
 
 class config
 class config
 {
 {
-    const ORDER_URL = 'http://8.136.201.63:9009/Order/Api/invest';
-    const QUERY_URL = 'http://8.136.201.63:9009/Order/Api/queryStatus';
+    const ORDER_URL = 'http://8.136.216.154:9009/Order/Api/invest';
+    const QUERY_URL = 'http://8.136.216.154:9009/Order/Api/queryStatus';
 
 
     const SID = '16133049250783350350';
     const SID = '16133049250783350350';
     const KEY = 'f2vxbLarSpPfcpxPXqwfUYcFCvCiyj3a3jY0Lp292OgD1ic25AQUhlTQ9e7lV8O5';
     const KEY = 'f2vxbLarSpPfcpxPXqwfUYcFCvCiyj3a3jY0Lp292OgD1ic25AQUhlTQ9e7lV8O5';
-    const NOTIFY_URL = "http://121.89.212.167/racc/callback/lingzh/binghc.php";
+    const NOTIFY_URL = BASE_SITE_URL . "/racc/callback/lingzh/binghc.php";
 }
 }