Commit 9cd6519d by 刘鹏飞

买一赠一参数修改

parent 5d3b043b
...@@ -266,7 +266,7 @@ public class OrderSdkAdapter { ...@@ -266,7 +266,7 @@ public class OrderSdkAdapter {
// 买一赠一寄件信息 // 买一赠一寄件信息
if(requestVO.getChooseGoods() != null && !requestVO.getChooseGoods().isEmpty()){ if(requestVO.getChooseGoods() != null && !requestVO.getChooseGoods().isEmpty()){
request.setChooseGoods(JSONArray.parseArray(JSONObject.toJSONString(requestVO.getChooseGoods()), CreateOrderRequest.ChooseGood.class)); request.setOrderSendCouponRespList(JSONArray.parseArray(JSONObject.toJSONString(requestVO.getChooseGoods()), CreateOrderRequest.ChooseGood.class));
} }
return request; return request;
......
...@@ -218,7 +218,7 @@ public class CreateOrderRequest extends BaseRequest { ...@@ -218,7 +218,7 @@ public class CreateOrderRequest extends BaseRequest {
/** /**
* 买一赠一选择的商品 * 买一赠一选择的商品
*/ */
private List<ChooseGood> chooseGoods; private List<ChooseGood> orderSendCouponRespList;
@Data @Data
public static class ChooseGood { public static class ChooseGood {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment