...
|
...
|
@@ -2896,7 +2896,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService, ApplicationCon |
|
|
|
|
|
private JSONObject getZtStringHttpEntity(BuyerOrder buyerOrder, SellerOrderGoods sellerGoods, String appraiseAddress, Integer skup, BuyerOrderReq req) {
|
|
|
JSONObject jsonObj = new JSONObject();
|
|
|
jsonObj.put("businessCode", "76");//业务标识(快递公司id) 固定传76
|
|
|
jsonObj.put("businessCode", "76_500");//业务标识(快递公司id) 固定传76_500
|
|
|
jsonObj.put("appKey", 1006);//账号标识 暂时固定传1006
|
|
|
|
|
|
Map<String, String> addressMap = subAddress(appraiseAddress);
|
...
|
...
|
@@ -2908,6 +2908,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService, ApplicationCon |
|
|
|
|
|
JSONArray orderListArray = new JSONArray();
|
|
|
JSONObject orderListObj = new JSONObject();
|
|
|
orderListObj.put("uid", buyerOrder.getUid());
|
|
|
orderListObj.put("sendCountryCode", "HK");
|
|
|
orderListObj.put("goodsDetail", orderInfo.getGoodsInfo() + sellerGoods.getSizeName() + "码" + sellerGoods.getColorName());//商品主要信息
|
|
|
orderListObj.put("orderCode", buyerOrder.getOrderCode());//订单号
|
...
|
...
|
|