Commit 057d0809 authored by 龚小红's avatar 龚小红

修改抽奖码数量校验、修复转盘抽奖的不能中奖的类型包含:1、2、4

parent 366e70c9
...@@ -550,7 +550,7 @@ public class GameLottery implements Authorization { ...@@ -550,7 +550,7 @@ public class GameLottery implements Authorization {
@Test(description="访客_第二个客户未中奖",priority = 21) @Test(description="访客_第二个客户未中奖",priority = 21)
public void 访客_第二个客户未中奖(){ public void 访客_第二个客户未中奖(){
//切换为请勿打扰 //切换为请勿打扰
// userTku1(); userTku1();
//添加访问记录 //添加访问记录
Map<String, Object> params = new HashMap<String, Object>(); Map<String, Object> params = new HashMap<String, Object>();
......
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