From 9884afeee403e293ddb01f8f42c2256412a4a7c8 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 23 Aug 2023 10:19:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A3=80=E6=B5=8B=E4=B8=AD?= =?UTF-8?q?=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DetectionService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/DetectionService.php b/app/Services/DetectionService.php index d2357b3..1a1cb5d 100644 --- a/app/Services/DetectionService.php +++ b/app/Services/DetectionService.php @@ -494,7 +494,7 @@ class DetectionService extends BaseService return success($order_detection['detection_no']); } - return success(); + return success(""); } /**