stanley-king 4 년 전
부모
커밋
2a5bc55a06
3개의 변경된 파일2개의 추가작업 그리고 8개의 파일을 삭제
  1. 1 1
      helper/refill/api/test/baidu/RefillCallBack.php
  2. 1 1
      helper/refill/api/test/baidu/RefillPhone.php
  3. 0 6
      rdispatcher/dispatcher.php

+ 1 - 1
helper/refill/api/test/baidu/RefillCallBack.php

@@ -3,7 +3,7 @@
 
 namespace refill\baidu;
 
-require_once(BASE_HELPER_TEST_PATH . '/baidu/config.php');
+require_once(BASE_HELPER_RAPI_PATH . '/baidu/config.php');
 
 
 use refill;

+ 1 - 1
helper/refill/api/test/baidu/RefillPhone.php

@@ -2,7 +2,7 @@
 
 namespace refill\baidu;
 
-require_once(BASE_HELPER_TEST_PATH . '/baidu/config.php');
+require_once(BASE_HELPER_RAPI_PATH . '/baidu/config.php');
 
 use refill;
 use Log;

+ 0 - 6
rdispatcher/dispatcher.php

@@ -9,16 +9,10 @@ define('BASE_PATH',BASE_ROOT_PATH . '/rdispatcher');
 
 require_once(BASE_ROOT_PATH . '/global.php');
 require_once(BASE_ROOT_PATH . '/fooder.php');
-
-Log::record("1",Log::DEBUG);
 require_once(BASE_HELPER_PATH . '/event_looper.php');
 require_once(BASE_HELPER_PATH . '/queue/rdispatcher.php');
-Log::record("2",Log::DEBUG);
-Log::record(BASE_HELPER_RAPI_PATH,Log::DEBUG);
-
 require_once(BASE_HELPER_PATH . '/refill/RefillFactory.php');
 require_once(BASE_HELPER_PATH . '/algorithm.php');
-Log::record("3",Log::DEBUG);
 
 require_once(BASE_PATH . '/processor.php');
 require_once(BASE_PATH . '/proxy.php');