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 = [];