|
@@ -121,6 +121,10 @@ function __construct(){
|
|
|
];
|
|
|
$count['OrderDatas'][0]['OrderItems'][0]['CustomsCode']=$data['sbbm'];
|
|
|
}
|
|
|
+
|
|
|
+ if($data['printcode'] == 'ZXDPD_BTC'){
|
|
|
+ $count['EoriNumber'] = 'IM5280002556';
|
|
|
+ }
|
|
|
$start_time = time();
|
|
|
$count = json_encode($count,true);
|
|
|
$this->logic_ding->sendToDing("正鑫快递报文信息【".$count."】");
|