lvhao 1 kuukausi sitten
vanhempi
commit
90a79a7182
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      core/CoreApp/controllers/Systemprint.php

+ 1 - 1
core/CoreApp/controllers/Systemprint.php

@@ -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'];//错误提示
 						}