Commit 34c6c138 by 刘鹏飞

Merge remote-tracking branch 'remotes/origin/feature/coco-payGift-刘鹏飞' into develop

parents 05665952 9cd6519d
......@@ -271,7 +271,7 @@ public class OrderSdkAdapter {
// 买一赠一寄件信息
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;
......
......@@ -219,7 +219,7 @@ public class CreateOrderRequest extends BaseRequest {
/**
* 买一赠一选择的商品
*/
private List<ChooseGood> chooseGoods;
private List<ChooseGood> orderSendCouponRespList;
@Data
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