소스 검색

no message

wzh 4 년 전
부모
커밋
c5b08d7096
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      api/application/controllers/Common.php

+ 3 - 0
api/application/controllers/Common.php

@@ -375,4 +375,7 @@ class Common extends CI_Controller {
         exit(json_result('0000', $this->response['0000'], $data));
     }
     
+    public function test(){
+        fopen('./test.txt', 'w');
+    }
 }