|
@@ -528,6 +528,12 @@ public class EfastOrderServiceImpl implements EfastOrderService {
|
|
|
if (resultJson.indexOf("江西省 南昌市 新建县 \"江西南昌市新建县县城内江西南昌新建县黄家湖东路1666号众森红谷一品45栋2单元601室")!=-1){
|
|
|
resultJson = resultJson.replace("江西省 南昌市 新建县 \"江西南昌市新建县县城内江西南昌新建县黄家湖东路1666号众森红谷一品45栋2单元601室","江西南昌市新建县县城内江西南昌新建县黄家湖东路1666号众森红谷一品45栋2单元601室");
|
|
|
}
|
|
|
+ if (resultJson.indexOf("山东省 淄博市 临淄区 稷下路东王便民市场东头\"范范和饭\"门店")!=-1){
|
|
|
+ resultJson = resultJson.replace("山东省 淄博市 临淄区 稷下路东王便民市场东头\"范范和饭\"门店","山东省 淄博市 临淄区 稷下路东王便民市场东头范范和饭门店");
|
|
|
+ }
|
|
|
+ if (resultJson.indexOf("北京 北京市 西城区 \"")!=-1){
|
|
|
+ resultJson = resultJson.replace("北京 北京市 西城区 \"","");
|
|
|
+ }
|
|
|
JSONObject jsonObject = JSONObject.fromObject(resultJson);
|
|
|
// default HTTP SUCCESS
|
|
|
JSONObject respData = JSONObject.fromObject(jsonObject.get("resp_data"));
|