wesmiler 1 tydzień temu
rodzic
commit
2f3d805e80
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Services/Common/OrderService.php

+ 1 - 1
app/Services/Common/OrderService.php

@@ -548,7 +548,7 @@ class OrderService extends BaseService
             $errcode = isset($result1['errcode'])?$result1['errcode'] : -1;
             $errmsg = isset($result1['errmsg']) && $result1['errmsg']?$result1['errmsg'] : '请求失败';
             if($errcode != 0){
-                $msg = '发货成功,发货状态同步失败,请到小程序手动同步发货信息:'.$errmsg;
+                $msg = '发货成功,发货状态同步失败,请到小程序手动同步发货信息,失败原因:'.$errmsg;
             }else {
                 $msg = '发货成功,上传发货信息到小程序成功';
             }