From 3786a0ea99a0e2d505a290218599e340e7d6f59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E5=B0=8F=E5=8C=97?= Date: Tue, 24 Mar 2026 23:48:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E9=9D=B4=E5=90=8E=E6=97=A7=E8=B7=AF?= =?UTF-8?q?=E5=AD=90=E6=AE=8B=E7=95=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/deal/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/deal/controller/Index.php b/application/deal/controller/Index.php index c100080..fc67e0a 100644 --- a/application/deal/controller/Index.php +++ b/application/deal/controller/Index.php @@ -298,7 +298,7 @@ class Index Extends Common{ return json($result); }else{ $waybill = array(); - return json(['status'=>false,'msg'=>'数据不存在','waybill'=>$waybill]); + return json(['status'=>true,'msg'=>'数据不存在','waybill'=>$waybill]); } }else{ return json(['status'=>false,'msg'=>'靴ID错误']);