|
@@ -1421,7 +1421,7 @@ class Systemprint extends Start_Controller {
|
|
|
//$fullorder['printnumber'] = $fullorder['printnumber'] +1;
|
|
|
if(empty($barcode['Description'])){
|
|
|
$this->logic_ding->sendToDing("云尚打印返回错误未保存【".$fullorder['number']."】".json_encode($barcode));
|
|
|
- $failed = "订单打印失败";//错误提示
|
|
|
+ $failed = "API接口异常,订单打印失败";//错误提示
|
|
|
}else{
|
|
|
$failed = $barcode['Description'];//错误提示
|
|
|
}
|