Commit 291bb7c0 by 刘鹏飞

订单查询增加appid返回

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