|
@@ -780,7 +780,7 @@ class Apismt extends Start_Controller {
|
|
|
}
|
|
|
}
|
|
|
$dlz = $this->apismt->get_out($v['waybill'],'all',$v['orderinfo'],$express['aecode'],$shop['code']);
|
|
|
- $this->logic_ding->sendToDing("SMT运单同步【".$v['orderinfo']."】"."||执行信息二||".json_encode($d));
|
|
|
+ $this->logic_ding->sendToDing("SMT运单同步【".$v['orderinfo']."】"."||执行信息二||".json_encode($dlz));
|
|
|
if(isset($dlz['result_success']) && $dlz['result_success'] == "true")
|
|
|
{
|
|
|
$this->fullordersmt->save(array('dlz'=>1,'exstate'=>1,'state'=>209),$v['id']);
|