Commit 4e11a9aa by 周晓航

【华莱士】华莱士&百事抽奖活动 新增接口,是否告知前端需要弹框

parent ba652c5c
...@@ -603,7 +603,7 @@ public class OrderAdapterServiceImpl { ...@@ -603,7 +603,7 @@ public class OrderAdapterServiceImpl {
return ResponseUtil.error(ResponseResult.ORDER_NOT_EXIST); return ResponseUtil.error(ResponseResult.ORDER_NOT_EXIST);
} }
Map<String, Boolean> respVo = new HashMap<>(); Map<String, Boolean> respVo = new HashMap<>();
respVo.put("isSkip",false); respVo.put("skip",false);
// 校验 是否可以参加活动 // 校验 是否可以参加活动
// step1 调用敬轩, 是否能参加活动 // step1 调用敬轩, 是否能参加活动
......
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