|
@@ -2546,7 +2546,13 @@ class Systemprint extends Start_Controller {
|
|
|
}
|
|
|
$fullorder_name = $info['lv_platform'];
|
|
|
$fullorder = $this->_text($info);//获取所需信息
|
|
|
-
|
|
|
+ $text = array('yd'=>base_url().'data/pdf/20250507/y-881069300853.pdf','mode'=>100);
|
|
|
+ echo json_encode([
|
|
|
+ 'code'=>1,
|
|
|
+ 'msg'=>"ok",
|
|
|
+ 'data'=>$text
|
|
|
+ ],JSON_UNESCAPED_UNICODE);
|
|
|
+ die;
|
|
|
$this->logic_ding->sendToDing("打印快递单,订单的信息".json_encode($fullorder,JSON_UNESCAPED_UNICODE));
|
|
|
//美仓不需要海关报关信息,
|
|
|
if($fullorder['type'] != 5){
|