lvhao 6 달 전
부모
커밋
6ec75c1b02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/CoreApp/controllers/Apiexpress.php

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

@@ -637,7 +637,7 @@ class Apiexpress extends Start_Controller {
         }
 
         if(empty($info['excontent'])){
-            echo json_encode(array('track'=>'','msg'=>'The item has not yet been shipped(please wait patiently)','success'=>0));exit;
+            echo json_encode(array('track'=>'','msg'=>'There might be some delays during the transit. Please wait patiently or contact customer service for more details.','success'=>0));exit;
         }
 
         if(strpos($info['excontent'],"[") !== false  && strpos($info['excontent'],"]") !== false ){