From 84ba1d3f701f6f128ffc1b23b333453ea153b5f5 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期二, 09 四月 2024 09:56:19 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/silk/silkServer --- controllers/workshop_manage_controller.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/controllers/workshop_manage_controller.go b/controllers/workshop_manage_controller.go index c217afc..dfd7e4e 100644 --- a/controllers/workshop_manage_controller.go +++ b/controllers/workshop_manage_controller.go @@ -90,5 +90,5 @@ util.ResponseFormat(c, code.RequestParamError, "鍒犻櫎澶辫触") return } - util.ResponseFormat(c, code.RequestParamError, "鍒犻櫎鎴愬姛") + util.ResponseFormat(c, code.Success, "鍒犻櫎鎴愬姛") } -- Gitblit v1.8.0