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('当前砍价单已下单,无法再砍'); } //砍价超时