From 92bd52259879ffb1a352e154c9a613e873c64105 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 09 四月 2024 14:02:06 +0800 Subject: [PATCH] fix --- 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