Commit ea9457ec authored by 郭姣's avatar 郭姣

新建日程接口

parent 85c28351
......@@ -839,7 +839,7 @@ public class Work implements Authorization {
}
@Test(description = "新建日程",priority = 59)
@Test(description = "新建日程",priority = 63)
public void 新建日程(){
//获取日程提醒数量
Response listRes = network.getResponse(BasicConfig.WORK_notifyList);
......@@ -860,7 +860,7 @@ public class Work implements Authorization {
Assert.assertTrue(size<size2,network.message(BasicConfig.WORK_notifyList,"日程通知未展示新建日程",listRes.body().asString()));
}
@Test(description = "取消日程",priority = 60)
@Test(description = "取消日程",priority = 64)
public void 取消日程(){
HashMap<String,Object> params = new HashMap<>();
params.put("custId",custId);
......
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