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();