...
|
...
|
@@ -1879,6 +1879,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService { |
|
|
data.put("cargoInfo", "[衣服鞋帽]*1");
|
|
|
data.put("dWholeAddress", jsonReqObj.getString("dProvince") + jsonReqObj.getString("dCity") + jsonReqObj.getString("dDistrict") + jsonReqObj.getString("dAddress"));
|
|
|
//data.put("twoDimensionCode", data.getJSONObject("twoDimensionCode"));
|
|
|
data.put("cargoInfo", "[衣服鞋帽]*1");
|
|
|
|
|
|
LOGGER.info("method getSfWaybillCode Result is {}", data);
|
|
|
|
...
|
...
|
|