|
@@ -104,6 +104,13 @@ function __construct(){
|
|
)))
|
|
)))
|
|
)
|
|
)
|
|
);
|
|
);
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ if($data['printcode'] == 'ZXDPD_UK'){
|
|
|
|
+ $count['OrderDatas'][0]['FeeInfo'] = [
|
|
|
|
+ "TermsOfShipment"=> "DAP",//
|
|
|
|
+ ];
|
|
|
|
+ }
|
|
$start_time = time();
|
|
$start_time = time();
|
|
$count = json_encode($count,true);
|
|
$count = json_encode($count,true);
|
|
$this->logic_ding->sendToDing("正鑫快递报文信息【".$count."】");
|
|
$this->logic_ding->sendToDing("正鑫快递报文信息【".$count."】");
|