|
@@ -1077,6 +1077,7 @@ class Api extends Start_Controller {
|
|
$shop = $this->shop->read($v['shop']);
|
|
$shop = $this->shop->read($v['shop']);
|
|
$express = $this->express->read($v['express']);
|
|
$express = $this->express->read($v['express']);
|
|
$fs = $this->notice->get_god($v,$shop,$express,$notice);
|
|
$fs = $this->notice->get_god($v,$shop,$express,$notice);
|
|
|
|
+ $this->logic_ding->sendToDing($v['orderinfo']."监听邮件发送的异常:订单信息【".json_encode($v,JSON_UNESCAPED_UNICODE)."】获取快递信息【".json_encode($notice,JSON_UNESCAPED_UNICODE)."】返回的信息".json_encode($fs));
|
|
if($fs == 1)
|
|
if($fs == 1)
|
|
{
|
|
{
|
|
$this->fullorder->save(array('dlzemail'=>1,'dlzemailtime'=>time()),$v['id']);
|
|
$this->fullorder->save(array('dlzemail'=>1,'dlzemailtime'=>time()),$v['id']);
|