...
|
...
|
@@ -2889,10 +2889,10 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService, ApplicationCon |
|
|
orderListObj.put("jContact", "UFO鉴定中心");//发件人姓名
|
|
|
orderListObj.put("jTel", "4008899646");//发件人手机
|
|
|
orderListObj.put("jCountry", "中国");//发件人国家
|
|
|
orderListObj.put("jProvince", "香港");//发件人省份
|
|
|
orderListObj.put("jCity", "香港");//发件人城市
|
|
|
orderListObj.put("jDistrict", "九龙");//发件人区县
|
|
|
orderListObj.put("jDAddress", "香港九龙");
|
|
|
orderListObj.put("jProvince", addressMap.get("province"));
|
|
|
orderListObj.put("jCity", addressMap.get("city"));
|
|
|
orderListObj.put("jDistrict", addressMap.get("district"));
|
|
|
orderListObj.put("jAddress", addressMap.get("address"));
|
|
|
|
|
|
JSONArray orderCargoArr = new JSONArray();
|
|
|
JSONObject orderCargoObj = new JSONObject();
|
...
|
...
|
|