From aef929bfbabf53b9e774312a738d63d7d150aa5c Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Wed, 13 Apr 2022 17:04:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/BargainService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/BargainService.php b/app/Services/BargainService.php index 48ad9eea..d29d6e82 100644 --- a/app/Services/BargainService.php +++ b/app/Services/BargainService.php @@ -64,7 +64,7 @@ class BargainService //已下单 if ($order->order_id > 0) { - throw new BizException('当前砍价单下单,无法再砍'); + throw new BizException('当前砍价单已下单,无法再砍'); } //砍价超时