From 9bdb514be6bd149a43f160777d93dfaa1015be78 Mon Sep 17 00:00:00 2001 From: muzihuaner Date: Wed, 18 Mar 2026 12:46:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/kd/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/kd/index.php b/api/kd/index.php index c285c53..d93542b 100644 --- a/api/kd/index.php +++ b/api/kd/index.php @@ -6,6 +6,7 @@ $request = need::request(); $id = isset($request['id']) ? $request['id'] : false; //快递单号 $type = isset($request['type']) ? $request['type'] : 'json'; //返回格式 new kuaidi(['id'=>$id, 'type'=>$type]); +exit; class kuaidi { private $info = [];