@@ -134,7 +134,7 @@ function __construct(){
$g = array('x'=>'0','Description'=>json_encode($res,JSON_UNESCAPED_UNICODE));
}
- $this->logic_ding->sendToDing("云尚快递erp返回信息【".json_encode($g)."】");
+ $this->logic_ding->sendToDing("云尚快递erp返回信息".$data['number']."【".json_encode($g)."】");
$end_time = time();
if( $end_time - $start_time > 45){
if($g['x'] == 1){
@@ -133,7 +133,7 @@ function __construct(){
$g = array('x'=>'0','Description'=>'换取运单失败,请重试。'.$res['returnDatas'][0]['corpBillid']);
- $this->logic_ding->sendToDing("正鑫快递erp返回信息【".json_encode($g)."】");
+ $this->logic_ding->sendToDing("正鑫快递erp返回信息".$data['number']."【".json_encode($g)."】");