소스 검색

add local

stanley-king 4 년 전
부모
커밋
eee10b6467
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      mobile/refill_bjb.php

+ 2 - 1
mobile/refill_bjb.php

@@ -2,9 +2,10 @@
 Log::record("bjb phone notify data" , Log::DEBUG);
 Log::record("post : {$_POST}" , Log::DEBUG);
 Log::record("get : {$_GET}" , Log::DEBUG);
+
 require_once(BASE_HELPER_PATH . '/refill/RefillFactory.php');
 
-//refill\RefillFactory::instance()->notify('bjb',$_POST);
+refill\RefillFactory::instance()->notify('bjb',$_POST);
 
 echo ('SUCCESS');