Commit a65dbbf8 authored by 龚小红's avatar 龚小红

优化公司专区代码

parent c875ec1f
......@@ -434,7 +434,7 @@ public class GameLottery implements Authorization {
Assert.assertTrue(success,network.message(params, LOTTERRY_getSellerCard,"接口返回失败",response.body().asString()));
Assert.assertNotNull(data,network.message(params, LOTTERRY_getSellerCard,"返回数据为空",response.body().asString()));
String wxName = response.jsonPath().getString("data.wxName");
String wxName = response.jsonPath().getString("data.sellerName");
Assert.assertEquals(wxName,"吉吉",network.message(params,LOTTERRY_getSellerCard,"中奖奖品名称错误",response.body().asString()));
}
......
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