Commit af5c5f43 authored by 赵啸非's avatar 赵啸非

修改配置文件

parent 3f160cba
...@@ -17,4 +17,6 @@ import java.util.List; ...@@ -17,4 +17,6 @@ import java.util.List;
public class AreaVo extends BaseEntityLong { public class AreaVo extends BaseEntityLong {
private List<AreaEntity> children = new ArrayList<>(); private List<AreaEntity> children = new ArrayList<>();
private List <Integer> areaLevelList;
} }
###事项列表
POST {{baseUrl}}/basics_api/base/matter/interlist
Content-Type: application/json
{
"areaLevel": 5
}
###生成文本
POST {{baseUrl}}/matter/genMatterTxt
Content-Type: application/json
{"areaCode": "511124000000","areaLevel": 3}
###生成文本1
POST {{baseUrl}}/matter/genMatterMarkdown
Content-Type: application/json
{"areaCode": "510300000000",
"genFilePath": "/home/md/",
"isSub": 1
}
###基础事项列表
POST {{baseUrl}}/site/matter/interlist
Content-Type: application/json
{
"page": 1,
"size": 10,
"siteId": 1,
"matterName": "特种设备作业人员资格认定取证"
}
###微官网事项列表
POST {{baseUrl}}/micro/matter/list
Content-Type: application/json
{
"page": 1,
"size": 10
}
###基础事项差集列表
POST {{baseUrl}}/matter/sublist
Content-Type: application/json
{
"siteId": 1,
"source": 0,
"page": 1,
"size": 10
}
###基础事项更新与保存
POST {{baseUrl}}/matter/save
Content-Type: application/json
{
"siteId": 1133,
"tid": "8v8deo",
"tcode": "p96sww",
"tname": "p4ndzl",
"matterName": "r57jb0",
"englishName": "wzv5to",
"matterNo": "1a99b3",
"belongDept": "r1cq5m",
"appoveObjectShow": "l2gb3b",
"operatScopeShow": "s8rnid",
"appoveTimeLimitShow": "u4ma68",
"handleType": "67gb40",
"legalTimeLimitShow": "tc0poc",
"legalEndExplain": "gf4uyf",
"promiseTimeLimitShow": "6ojk60",
"promiseEndExplain": "tzyuh9",
"isChargesShow": "9a75oa",
"certificationLevelsShow": "52xc9a",
"planTakeTime": "2022-01-20",
"promiseTakeTime": "2022-01-20",
"specialProcedure": "tllpqj",
"windowToTheSceneNum": 5231,
"isOnlineSubscribeShow": "vu024q",
"isExpressTakeShow": "2k7dgu",
"isProvinceAcquisitionShow": "l4rpah",
"isApplyProvinceShow": "qbsqqn",
"mustSceneExplain": "7fkf9b",
"onlineType": "a3rnek",
"onlineToTheSceneNum": 6882,
"onlineOperatDeep": "3uqt1d",
"isExpressTakeOnlineShow": "604g6o",
"isDoorTakeShow": "0ah92q",
"onlineMustSceneExplain": "qu3raq",
"performDeptType": "3rq5l1",
"matterEdition": "a2kox8",
"eventTypeShow": "njfkbg",
"performHierarchyShow": "xqq5gb",
"powerSourceShow": "6d5ten",
"performDeptTypeShow": "phbyz5",
"goveServiceCenterShow": "d83aox",
"isConvenientCenterShow": "o07ptk",
"terminalHandle": "fiq3wb",
"isOnline": "hpxfs7",
"isOnlinePayShow": "xnwpjq",
"entrustmentDepartmen": "bw1f7a",
"jointInfoShow": "qc4hu9",
"matterStatus": "2715ip",
"numberLimit": 1149,
"type": "hlwxqn",
"baseCode": "s6md25",
"implementCode": "yul933",
"implementBodyCode": "25gon6",
"operateItemCode": "5ybgsu",
"townshipName": "l0qphj",
"townshipCode": "5l6oak",
"villageName": "a6fqny",
"villageCode": "fcu6cw",
"operateTime": "aodi3k",
"operateSite": "gc3mm4",
"cousultingShow": "z2nn2v",
"cousultingTelephoneShow": "v5vah1",
"superviseShow": "i7bhin",
"sort": 2139,
"source": 4596
}
> {%
client.global.set("Matter_id", JSON.parse(response.body).data.id);
%}
###基础事项查看
GET {{baseUrl}}/matter/interinfo?id=40248
Accept: application/json
###基础事项编辑
GET {{baseUrl}}/matter/edit?id={{Matter_id}}
Accept: application/json
###基础事项删除
GET {{baseUrl}}/matter/delete?id={{Matter_id}}
Accept: application/json
...@@ -23,6 +23,15 @@ Content-Type: application/json ...@@ -23,6 +23,15 @@ Content-Type: application/json
"size":10 "size":10
} }
###企业生命周期列表
POST {{baseUrl}}/ent/life/cycle/interlist
Content-Type: application/json
{
"page":1,
"size":10
}
###企业生命周期更新与保存 ###企业生命周期更新与保存
POST {{baseUrl}}/ent/life/cycle/save POST {{baseUrl}}/ent/life/cycle/save
......
...@@ -40,6 +40,13 @@ Content-Type: application/json ...@@ -40,6 +40,13 @@ Content-Type: application/json
{} {}
###站点树
POST {{baseUrl}}/area/treeselect
Content-Type: application/json
{}
###controoler 测试 ###controoler 测试
POST {{baseUrl}}/resource/refreshUrl POST {{baseUrl}}/resource/refreshUrl
......
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