wupengfei 2 years ago
parent
commit
37621baec4
1 changed files with 10 additions and 0 deletions
  1. 10 0
      application/api/controller/Upload.php

+ 10 - 0
application/api/controller/Upload.php

@@ -37,6 +37,16 @@ class Upload extends Base
     }
 
 
+    /**
+     * @title 文件上传
+     * @desc 个人信息
+     * @author qc
+     * @url /api/User_center/getUserInfo
+     * @method GET
+     * @tag 个人信息
+     * @header name:Authorization require:1 desc:Token
+     *
+     */
     public function upload()
     {
         if (!($file = $this->getUploadFile()) || empty($file)) {