Mike 8 年之前
父节点
当前提交
01defb1f34
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      server/app/Http/Controllers/Api/V1/AttachmentController.php

+ 2 - 1
server/app/Http/Controllers/Api/V1/AttachmentController.php

xqd
@@ -56,7 +56,8 @@ class AttachmentController extends Controller
      *     "code": 0,
      *     "message": "",
      *     "data": [
-     *         "file": "f72e7dad80f597ed6621a009e82243ad", //文件访问url http://localhost/web/attachment/f72e7dad80f597ed6621a009e82243ad
+     *         "file": "f72e7dad80f597ed6621a009e82243ad",
+     *          //文件访问url http://localhost/web/attachment/f72e7dad80f597ed6621a009e82243ad
      *     ]
      * }
      * @apiErrorExample {json} Error-Response: