|
@@ -637,7 +637,7 @@ class Apiexpress extends Start_Controller {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if(empty($info['excontent'])){
|
|
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 ){
|
|
if(strpos($info['excontent'],"[") !== false && strpos($info['excontent'],"]") !== false ){
|