Commit 9f27f944 authored by 夏敏伟's avatar 夏敏伟

测试任务完成情况删除功能

parent 011ebb60
...@@ -195,7 +195,6 @@ public class MainTest { ...@@ -195,7 +195,6 @@ public class MainTest {
public void testdelete() { public void testdelete() {
List<String> ids = new ArrayList<>(); List<String> ids = new ArrayList<>();
ids.add("12345678"); ids.add("12345678");
ids.add("123456785");
CommonDelParamDTO dto=new CommonDelParamDTO(); CommonDelParamDTO dto=new CommonDelParamDTO();
dto.setIds(ids); dto.setIds(ids);
// String url="xxShxxyDw/delete"; // String url="xxShxxyDw/delete";
...@@ -203,7 +202,8 @@ public class MainTest { ...@@ -203,7 +202,8 @@ public class MainTest {
// String url="xxYjdwdm/delete"; // String url="xxYjdwdm/delete";
// String url="xxYjrw/delete"; // String url="xxYjrw/delete";
// String url="xxZhjfbg/delete"; // String url="xxZhjfbg/delete";
String url = "xxZhxx/delete"; // String url = "xxZhxx/delete";
String url = "index/deleteXxRwwcqk";
TestHttpUtil.signatureAndRequest("/rest/"+url, dto, CommonDelParamDTO.class); TestHttpUtil.signatureAndRequest("/rest/"+url, dto, CommonDelParamDTO.class);
} }
......
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