From 3567cb22caebc73f0f408a509430718346f2d496 Mon Sep 17 00:00:00 2001 From: lyt Date: Thu, 13 Feb 2020 13:46:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BE=E5=85=B0=E6=9C=B5=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E5=AD=97=E6=AE=B5=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trippestOrderSync/controllers/TulanduoApi.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php index b9df1c80..38b7a11d 100644 --- a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php +++ b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php @@ -37,6 +37,21 @@ class TulanduoApi extends CI_Controller "PlanVEI_SN" => 29188 ,"COLI_sourcetype" => 32112 ,"routeType" => "上海目的地线路" + ), + "BJ" => array( + "PlanVEI_SN" => 1343 + ,"COLI_sourcetype" => 32090 + ,"routeType" => "北京目的地线路" + ), + "XA" => array( + "PlanVEI_SN" => 30548 + ,"COLI_sourcetype" => 32116 + ,"routeType" => "西安目的地线路" + ), + "SH" => array( + "PlanVEI_SN" => 29188 + ,"COLI_sourcetype" => 32112 + ,"routeType" => "上海目的地线路" ) ); public $vendor_ids = array(1343,30548,29188);