From e813ee9dff9cd2fd01070d89b528ddfef98d2cdc Mon Sep 17 00:00:00 2001 From: ChenYan <3139166962@qq.com> Date: Tue, 4 Mar 2025 17:01:06 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=20=E5=B9=B3=E5=8F=B0=E5=AE=98?= =?UTF-8?q?=E6=96=B9=E8=81=94=E7=B3=BB=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mcwl/web/controller/communityCenter/PlaFormController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcwl-admin/src/main/java/com/mcwl/web/controller/communityCenter/PlaFormController.java b/mcwl-admin/src/main/java/com/mcwl/web/controller/communityCenter/PlaFormController.java index b7f3fa9..64e34af 100644 --- a/mcwl-admin/src/main/java/com/mcwl/web/controller/communityCenter/PlaFormController.java +++ b/mcwl-admin/src/main/java/com/mcwl/web/controller/communityCenter/PlaFormController.java @@ -68,7 +68,7 @@ public class PlaFormController extends BaseController { /** * 修改平台官方联系 */ - @ApiOperation(value = "修改模型") + @ApiOperation(value = "修改") @PostMapping("/update") public AjaxResult updateModel(@RequestBody PlatForm platForm) {