Commit 883ea54c by 刘鹏飞

Merge remote-tracking branch 'origin/feature/refundCoupon-刘鹏飞'

parents b278c716 291bb7c0
...@@ -1059,6 +1059,7 @@ public class OrderSdkAdapter { ...@@ -1059,6 +1059,7 @@ public class OrderSdkAdapter {
data.setThirdShopId(orderInfoReqs.getThirdStoreId()); data.setThirdShopId(orderInfoReqs.getThirdStoreId());
data.setDownstreamPosCode(orderInfoReqs.getDownstreamPosCode()); data.setDownstreamPosCode(orderInfoReqs.getDownstreamPosCode());
data.setDownstreamThirdOrderCode(orderInfoReqs.getDownstreamThirdOrderCode()); data.setDownstreamThirdOrderCode(orderInfoReqs.getDownstreamThirdOrderCode());
data.setAppId(orderInfoReqs.getAppId());
//20201222 新增配送类型 ->【ID1021986】 //20201222 新增配送类型 ->【ID1021986】
//【订单开放平台】订单详情查询接口增加配送类型字段 //【订单开放平台】订单详情查询接口增加配送类型字段
......
...@@ -410,6 +410,8 @@ public class QueryOrdersResponse { ...@@ -410,6 +410,8 @@ public class QueryOrdersResponse {
// 预计到达时间 // 预计到达时间
private Long estimateDeliveryCompleteTime; private Long estimateDeliveryCompleteTime;
private String appId;
@NoArgsConstructor @NoArgsConstructor
@Data @Data
public static class AddDeliveryInfo { public static class AddDeliveryInfo {
......
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