|
|
|
@ -58,7 +58,7 @@ class Tulanduo extends CI_Controller
|
|
|
|
|
mb_regex_encoding("UTF-8");
|
|
|
|
|
bcscale(4);
|
|
|
|
|
$this->load->helper('array');
|
|
|
|
|
$this->load->model('Orders_model');
|
|
|
|
|
$this->load->model('BIZ_Orders_model', 'Orders_model');
|
|
|
|
|
$this->load->model('TuLanDuo_queryContentBuilder', 'tld_order');
|
|
|
|
|
// $this->output->enable_profiler(TRUE);
|
|
|
|
|
/** test */
|
|
|
|
@ -73,13 +73,18 @@ class Tulanduo extends CI_Controller
|
|
|
|
|
// $this->key = "d05c25e6e6c5d4898161e0aaf700d9c7";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public function order_push($gri_sn)
|
|
|
|
|
{
|
|
|
|
|
# code...
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
* 发送预订计划到地接系统
|
|
|
|
|
* TODO read word into remark
|
|
|
|
|
* @date 2018-05-02
|
|
|
|
|
* @param string $COLI_ID HT系统订单号
|
|
|
|
|
*/
|
|
|
|
|
public function order_push($COLI_ID="") // test
|
|
|
|
|
public function order_push2($COLI_ID="") // test
|
|
|
|
|
{
|
|
|
|
|
// exit();
|
|
|
|
|
/** 目的地 test */
|
|
|
|
|