From bff2938313be56966fe7171280ca4c84b2359b5e Mon Sep 17 00:00:00 2001 From: sxy <3187870250@qq.com> Date: Fri, 20 Jun 2025 14:58:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=94=E5=9B=9E=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/logic/bundleLogic.go | 1 + internal/logic/valueAddBundleLogic.go | 1 + 2 files changed, 2 insertions(+) diff --git a/internal/logic/bundleLogic.go b/internal/logic/bundleLogic.go index a5d23a5..9447e66 100644 --- a/internal/logic/bundleLogic.go +++ b/internal/logic/bundleLogic.go @@ -208,6 +208,7 @@ func SaveBundle(req *bundle.BundleProfile) (res *bundle.SaveResponse, err error) if err = dao.TxCreateBundleLang(tx, bundleLang); err != nil { return res, errors.New("创建套餐信息失败") } + res.Msg = "创建套餐信息成功" return res, nil } else { return diff --git a/internal/logic/valueAddBundleLogic.go b/internal/logic/valueAddBundleLogic.go index 161fcda..ba26279 100644 --- a/internal/logic/valueAddBundleLogic.go +++ b/internal/logic/valueAddBundleLogic.go @@ -262,6 +262,7 @@ func SaveValueAddService(in *bundle.ValueAddServiceLang) (res *bundle.SaveRespon return res, errors.New("保存增值服务失败") } } + res.Msg = "新增增值服务成功" return } else { return