浏览代码

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');
+    }
 }