Commit d19f9431 authored by 张艳玲's avatar 张艳玲

新增猜数字红包

parent d2261ecf
......@@ -436,7 +436,7 @@ public class TreasureTime implements AdminAuthorization {
Response response = network.getResponse(params, BasicConfig.MOBILE_joinResult);
int treasureType=response.jsonPath().getInt("data.treasureType");
System.out.println(treasureType);
Assert.assertTrue(treasureType==1, network.message(params, BasicConfig.MOBILE_joinResult, "宝箱类型非抽奖码", response.body().asString()));
Assert.assertTrue(treasureType==4, network.message(params, BasicConfig.MOBILE_joinResult, "宝箱类型非抽奖码", response.body().asString()));
int receiveStatus=response.jsonPath().getInt("data.receiveStatus");
System.out.println(receiveStatus);
......
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