From a69047e1891ef7a3ac9b1dea1c2889c81b29fa22 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期三, 08 十一月 2023 17:21:51 +0800 Subject: [PATCH] 修改缩略图尺寸 --- router/router.go | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/router/router.go b/router/router.go index b4dac9f..27e49d9 100644 --- a/router/router.go +++ b/router/router.go @@ -155,5 +155,11 @@ reorderRuleAPI.POST("orderAgain", reorderRuleController.OrderAgain) //鍐嶈涓�娆� } + attachmentController := new(controllers.AttachmentController) + attachmentAPI := r.Group(urlPrefix + "/attachment") + { + attachmentAPI.POST("uploadFiles", attachmentController.UploadFiles) //涓婁紶鏂囦欢 + } + return r } -- Gitblit v1.8.0