Przeglądaj źródła

modify chuka timeout

stanley-king 4 lat temu
rodzic
commit
979540f011

+ 0 - 1
helper/refill/api/lingzh/chuka/RefillCallBack.php

@@ -14,7 +14,6 @@ class RefillCallBack implements refill\IRefillCallBack
         return true;
     }
 
-
     public function notify($params)
     {
         $status = intval($params['code']);

+ 1 - 1
helper/refill/api/lingzh/chuka/config.php

@@ -11,6 +11,6 @@ class config
 
     const customerId = '101787';
     const API_KEY = 'kvaa7Ff4i5egXcyowUAA7TuFv75tYR';
-    const NOTIFY_URL = "http://121.89.212.167/racc/callback/lingzh/chuka.php";
+    const NOTIFY_URL = BASE_SITE_URL . "/callback/lingzh/chuka.php";
     const ExtHeaders = ['ContentType: application/x-www-form-urlencoded; charset=UTF-8;'];
 }