Commit 36784c0e authored by suichenguang's avatar suichenguang

测试接口

parent 7a2faaa1
...@@ -29,6 +29,8 @@ public class ParsingLogApi { ...@@ -29,6 +29,8 @@ public class ParsingLogApi {
jsonStr1.put("parsingDate","20190302"); jsonStr1.put("parsingDate","20190302");
jsonStr1.put("commonCardCount",200); jsonStr1.put("commonCardCount",200);
jsonStr1.put("postCardCount",100); jsonStr1.put("postCardCount",100);
jsonStr1.put("formStateTime","20190302");
jsonStr1.put("formDeadline","20190402");
JSONObject jsonStr2 = new JSONObject(); JSONObject jsonStr2 = new JSONObject();
...@@ -38,6 +40,8 @@ public class ParsingLogApi { ...@@ -38,6 +40,8 @@ public class ParsingLogApi {
jsonStr2.put("parsingDate","20190302"); jsonStr2.put("parsingDate","20190302");
jsonStr2.put("commonCardCount",210); jsonStr2.put("commonCardCount",210);
jsonStr2.put("postCardCount",50); jsonStr2.put("postCardCount",50);
jsonStr2.put("formStateTime","20190302");
jsonStr2.put("formDeadline","20190402");
JSONObject jsonStr3 = new JSONObject(); JSONObject jsonStr3 = new JSONObject();
jsonStr3.put("oldPackageName","123420190302003"); jsonStr3.put("oldPackageName","123420190302003");
...@@ -46,6 +50,8 @@ public class ParsingLogApi { ...@@ -46,6 +50,8 @@ public class ParsingLogApi {
jsonStr3.put("parsingDate","20190302"); jsonStr3.put("parsingDate","20190302");
jsonStr3.put("commonCardCount",120); jsonStr3.put("commonCardCount",120);
jsonStr3.put("postCardCount",260); jsonStr3.put("postCardCount",260);
jsonStr3.put("formStateTime","20190302");
jsonStr3.put("formDeadline","20190402");
JSONObject jsonStr4 = new JSONObject(); JSONObject jsonStr4 = new JSONObject();
jsonStr4.put("oldPackageName","123420190302004"); jsonStr4.put("oldPackageName","123420190302004");
...@@ -54,6 +60,8 @@ public class ParsingLogApi { ...@@ -54,6 +60,8 @@ public class ParsingLogApi {
jsonStr4.put("parsingDate","20190302"); jsonStr4.put("parsingDate","20190302");
jsonStr4.put("commonCardCount",120); jsonStr4.put("commonCardCount",120);
jsonStr4.put("postCardCount",210); jsonStr4.put("postCardCount",210);
jsonStr4.put("formStateTime","20190302");
jsonStr4.put("formDeadline","20190402");
JSONObject jsonStr5 = new JSONObject(); JSONObject jsonStr5 = new JSONObject();
jsonStr5.put("oldPackageName","123420190302005"); jsonStr5.put("oldPackageName","123420190302005");
...@@ -62,6 +70,8 @@ public class ParsingLogApi { ...@@ -62,6 +70,8 @@ public class ParsingLogApi {
jsonStr5.put("parsingDate","20190302"); jsonStr5.put("parsingDate","20190302");
jsonStr5.put("commonCardCount",220); jsonStr5.put("commonCardCount",220);
jsonStr5.put("postCardCount",250); jsonStr5.put("postCardCount",250);
jsonStr5.put("formStateTime","20190302");
jsonStr5.put("formDeadline","20190402");
countyList.add(jsonStr1); countyList.add(jsonStr1);
countyList.add(jsonStr2); countyList.add(jsonStr2);
......
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