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('审核操作成功');