Selaa lähdekoodia

df callbackurl

xiaoyu 3 vuotta sitten
vanhempi
commit
224a3833ca

+ 2 - 4
helper/refill/api/xyz/youhedf/config.php

@@ -11,10 +11,8 @@ class config
 
     const USER_ID= '200044';
     const KEY = '940500a70ce346e6838fa314adf104cc';
-//    const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_youhedf.php";
-    const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
-
-
+    const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_youhedf.php";
+    
     const operator = [
         'nation'  => 101,
         'south'  => 102,

+ 1 - 2
helper/refill/api/xyz/yunlingdf/config.php

@@ -10,8 +10,7 @@ class config
     const BALANCE_URL= 'http://121.89.243.74:9086/searchbalance.do';
     const USER_ID= '10002623';
     const KEY = 'M4GZNKZCW6kasAMbpGxDn3AcPJiYDFS5';
-//    const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yunlingdf.php";
-    const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
+    const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_yunlingdf.php";
 
     const USE_TYPE = [
         'home'  => 1,

+ 4 - 0
mobile/callback/refill_yunlingdf.php

@@ -0,0 +1,4 @@
+<?php
+
+refill\util::push_notify('yunlingdf',$_POST);
+echo ('OK');