|
@@ -59,17 +59,13 @@ class Aatest extends Start_Controller {
|
|
|
$this->load->_model('Model_customer','customer');
|
|
|
$this->load->_model('Model_express','express');
|
|
|
$this->load->_model('Model_weight','weight');
|
|
|
+ $this->load->_model('Model_cne','cne');
|
|
|
|
|
|
}
|
|
|
|
|
|
//定义方法的调用规则 获取URI第二段值
|
|
|
public function _remap($arg,$arg_array)
|
|
|
{
|
|
|
- $str = "4201120657329200190251001300050352";
|
|
|
- echo substr($str, 0,3);
|
|
|
- echo "<br>";
|
|
|
- echo substr($str,12);
|
|
|
- die;
|
|
|
if($arg == 'fout')
|
|
|
{
|
|
|
//$this->_fout();
|
|
@@ -130,7 +126,8 @@ class Aatest extends Start_Controller {
|
|
|
|
|
|
$list = $this->fullorder->get_waybill($order_no);
|
|
|
$v = $list;
|
|
|
- @$fs = $this->usps->get_logistics_new($v);
|
|
|
+ $fs = $this->cne->get_logistics_yskx($v);
|
|
|
+ //@$fs = $this->usps->get_logistics_new($v);
|
|
|
// $csck[] = array($v['number'],$fs['f'],$fs['content']);
|
|
|
// if(!isset($fs['f']))
|
|
|
// {
|