wzh %!s(int64=4) %!d(string=hai) anos
pai
achega
c5b08d7096
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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');
+    }
 }