Commit 4c82e1ff authored by 赵啸非's avatar 赵啸非

添加微官网列表接口

parent 89150adb
...@@ -19,6 +19,11 @@ public class MatterInfo { ...@@ -19,6 +19,11 @@ public class MatterInfo {
*/ */
private Long id; private Long id;
/**
* 事项名称
*/
private String matterName;
/** /**
* 办理地点 * 办理地点
*/ */
......
...@@ -30,8 +30,7 @@ POST {{baseUrl}}/micro/matter/list ...@@ -30,8 +30,7 @@ POST {{baseUrl}}/micro/matter/list
Content-Type: application/json Content-Type: application/json
{ {
"idList": [1,2], "idList": [7,2],
"siteId": 3,
"page": 1, "page": 1,
"size": 10 "size": 10
} }
......
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