...
|
...
|
@@ -1796,8 +1796,8 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService { |
|
|
Map<String, String> addressMap = subAddress(appraiseAddress);
|
|
|
|
|
|
//寄件人信息
|
|
|
jsonObj.put("jCompany", "Yoho!Buy有货");
|
|
|
jsonObj.put("jContact", "Yoho!Buy有货");
|
|
|
jsonObj.put("jCompany", "UFO鉴定中心");
|
|
|
jsonObj.put("jContact", "UFO鉴定中心");
|
|
|
jsonObj.put("jTel", "4008899646");
|
|
|
jsonObj.put("jMobile", "4008899646");
|
|
|
jsonObj.put("jCountry", "中国");
|
...
|
...
|
|