Commit 52403198 by xyy

fix幸运抽奖

parent 9dcf6d4b
......@@ -303,7 +303,7 @@ public class LuckyDrawTools extends BaseTestImpl {
body.put("noWinName", "谢谢惠顾");
body.put("publish",publish);//是否发布
body.put("actDescribe","自动化脚本edit幸运抽奖");
body.put("startTime",System.currentTimeMillis());//活动开始时间:当前时间
body.put("startTime",TimeUtils.getTodayTime());//活动开始时间:获取当天0点
body.put("prizeList",prizeList);
body.put("id",activityId);
body.put("brandId", dataApi.getLoginInfo().getBrandId());
......
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