|
|
@@ -646,7 +646,7 @@ class Apiexpress extends Start_Controller {
|
|
|
echo json_encode(array('track'=>array('f'=>1,'data'=>$info['excontent']),'msg'=>'','success'=>1));exit;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+ $info['excontent'] = str_replace("许昌市","Xuchang, China",$info['excontent']);
|
|
|
|
|
|
$tmp_arr = explode("<br />",$info['excontent']);
|
|
|
$final_str = "";
|