From 376a987931aed1dc956c89158162a8a6fd6a0120 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Fri, 18 Aug 2023 09:58:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=94=A8=E6=88=B7=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=90=8C=E6=84=8F=E6=8A=98=E6=89=A3=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/community/Community.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/api/community/Community.php b/app/controller/api/community/Community.php index a1f1beba..bbc136eb 100644 --- a/app/controller/api/community/Community.php +++ b/app/controller/api/community/Community.php @@ -567,7 +567,7 @@ class Community extends BaseController Db::commit(); } catch (\Exception $e) { Db::rollback(); - return app('json')->fail('审核转售商品折扣价失败'); + return app('json')->fail('审核商品折扣价失败'); } } return app('json')->fail('审核操作成功');