Commit 50848fcd authored by 龚小红's avatar 龚小红

增加获取工资专区素材标签

parent 67f57add
...@@ -404,6 +404,7 @@ public class HomePage implements Authorization { ...@@ -404,6 +404,7 @@ public class HomePage implements Authorization {
Object id = listRes.jsonPath().getJsonObject("data.list.get(0).id"); Object id = listRes.jsonPath().getJsonObject("data.list.get(0).id");
String desc = listRes.jsonPath().getString("desc"); String desc = listRes.jsonPath().getString("desc");
Assert.assertEquals(desc,"OK",network.message(params,MANAGER_exclusiveItemPage,"获取id失败",listRes.body().asString())); Assert.assertEquals(desc,"OK",network.message(params,MANAGER_exclusiveItemPage,"获取id失败",listRes.body().asString()));
companyCount = listRes.jsonPath().getInt("data.list.size()");
//删除公司专区内容 //删除公司专区内容
Map<String,Object> delParams = new HashMap<>(); Map<String,Object> delParams = new HashMap<>();
......
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