From b73d0e214ced506edc2492049b3122cb9923c116 Mon Sep 17 00:00:00 2001 From: cyc Date: Tue, 19 May 2020 11:25:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/trainsystem/controllers/api.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/third_party/trainsystem/controllers/api.php b/application/third_party/trainsystem/controllers/api.php index ef1467b9..89b33ea1 100644 --- a/application/third_party/trainsystem/controllers/api.php +++ b/application/third_party/trainsystem/controllers/api.php @@ -58,14 +58,14 @@ class api extends CI_Controller{ //获取订单出票状态 public function isbooktickets(){ - /*$orderIdListStr = $this->input->get('orderIdListStr'); + $orderIdListStr = $this->input->get('orderIdListStr'); if($orderIdListStr == ''){ exit('数据为空!'); } - $orderData = explode(',',$orderIdListStr);*/ + $orderData = explode(',',$orderIdListStr); - $orderData = ['2005075526','2004125562','2005055512','2003305598']; + //$orderData = ['2005075526','2004125562','2005055512','2003305598']; $returnData = new stdCLass(); $returnData->pending = array();