|
@@ -1744,6 +1744,7 @@ class Systemprint extends Start_Controller {
|
|
}
|
|
}
|
|
}elseif(($fullorder['printcode'] == "TTUK")){
|
|
}elseif(($fullorder['printcode'] == "TTUK")){
|
|
$barcode = $this->express_tt->get_data($fullorder,"FBT");
|
|
$barcode = $this->express_tt->get_data($fullorder,"FBT");
|
|
|
|
+ $this->logic_ding->sendToDing("TTUK获取快递面单".json_encode($barcode));
|
|
if($barcode['x'] == 1)
|
|
if($barcode['x'] == 1)
|
|
{
|
|
{
|
|
$bctime = date('Ymd',$time);
|
|
$bctime = date('Ymd',$time);
|
|
@@ -1766,7 +1767,7 @@ class Systemprint extends Start_Controller {
|
|
{
|
|
{
|
|
$type = 1;
|
|
$type = 1;
|
|
$pdfnum = 1;
|
|
$pdfnum = 1;
|
|
- $text = array('yd'=>base_url().'data/pdf/'.$bctime.'/y-'.$Hwaybill.'.pdf','mode'=>100);
|
|
|
|
|
|
+ $text = array('yd'=>base_url().'data/pdf/'.$bctime.'/y-'.$Hwaybill.'.pdf','mode'=>85);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|