stanley-king 4 anni fa
parent
commit
037ddc668e

+ 1 - 0
helper/refill/api/lingzh/fensheng/config.php

@@ -8,6 +8,7 @@ class config
 {
     const ORDER_URL = 'http://47.99.65.204/flow-receiver/fee/recharge';
     const QUERY_URL = 'http://47.99.65.204/flow-receiver/fee/query/single';
+    const NOTIFY_URL = 'http://121.89.212.167/racc/callback/lingzh/fensheng.php';
 
     const ACCOUNT = 'yz1688';
     const KEY = 'a09e9ee5313944509583fd64ea54a692';

+ 2 - 0
racc/callback/lingzh/fensheng.php

@@ -1,5 +1,7 @@
 <?php
+
 $content = $_SERVER['post_content'];
+
 $inputs = json_decode($content,true);
 foreach ($inputs as $input) {
     refill\util::push_notify('fensheng',$input);