xiaoyu 3 years atrás
parent
commit
31af1cd865
1 changed files with 1 additions and 2 deletions
  1. 1 2
      helper/refill/api/xyz/jike/config.php

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

@@ -9,8 +9,7 @@ class config
 
     const APP_KEY = 'GLVw5NCOXfJogOR0I9';
     const APP_SECRET = 'yA9mOXslZV1YnD5hjBGvKo1PIPD7v8v8';
-//    const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_jike.php";
-    const NOTIFY_URL = "https://www.xyzshops.cn/mobile/signature.php";
+    const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_jike.php";
 
 
     const ExtHeaders = ['Content-Type: application/json;charset=UTF-8'];