|
|
@@ -87,16 +87,14 @@ class Aatest extends Start_Controller {
|
|
|
$this->load->_model("Model_check","check");
|
|
|
$this->load->_model("Model_logic_express","logic_express");
|
|
|
$this->load->_model("Model_job_getcbtwaybillid","job_getcbtwaybillid");
|
|
|
+ $this->load->_model("Model_logic_ding","logic_ding");
|
|
|
}
|
|
|
|
|
|
|
|
|
//定义方法的调用规则 获取URI第二段值
|
|
|
public function _remap($arg,$arg_array)
|
|
|
{
|
|
|
- $shop = $this->shop->read(42);
|
|
|
- $res = $this->apitt->get_detail('576837862514793129',$shop);
|
|
|
- echo "<pre>";
|
|
|
- print_r($res);
|
|
|
+ $this->logic_ding->sendToTmp(date("Y-m-d H:i:s")."执行数据。。。");
|
|
|
die;
|
|
|
if($res['code'] == 0){
|
|
|
$data = $res['data'];
|