{"info":{"_postman_id":"65dd4bb5-f3c4-4bf1-b47d-a686aae5614e","name":"e破通-协同平台","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"根据模板列表获取案件阶段及其任务","id":"700a866c-a96c-484c-888d-1568e42e60b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"tplId\":\"1000000000004001\"\n}"},"url":"http://10.14.4.170/ept-xt-scene/tpl/getTplStageAndTaskListByTplId"},"response":[],"_postman_id":"700a866c-a96c-484c-888d-1568e42e60b1"},{"name":"获取模板列表","id":"fe42e888-62cf-4e3a-b369-ac46fc41bfcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"pageNum\":1\n}"},"url":"http://localhost:8081/tpl/getTplList"},"response":[],"_postman_id":"fe42e888-62cf-4e3a-b369-ac46fc41bfcd"},{"name":"根据id获取任务详情","id":"b487ead6-e586-4370-9fbe-5a729f9cde4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"taskId\":\"1\"\n}"},"url":"http://localhost:8081/task/getTaskDetailById"},"response":[],"_postman_id":"b487ead6-e586-4370-9fbe-5a729f9cde4f"},{"name":"修改任务截止时间","id":"7fbfa8a3-43e9-43a8-a38b-a07d7e767d99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"1\",\n\t\"endTime\":null,\n\t\"version\":24\n}"},"url":"http://localhost:8081/task/editEndTime"},"response":[],"_postman_id":"7fbfa8a3-43e9-43a8-a38b-a07d7e767d99"},{"name":"修改任务状态","id":"b1ade06d-75bf-4777-9ed8-fbe53b05152d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"1\",\n\t\"status\":0,\n\t\"version\":20\n}"},"url":"http://localhost:8081/task/editStatus"},"response":[],"_postman_id":"b1ade06d-75bf-4777-9ed8-fbe53b05152d"},{"name":"修改任务是否重要","id":"e704d672-c15c-43ac-bfef-9c76d2a72464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"1\",\n\t\"isImportant\":0,\n\t\"version\":21\n}"},"url":"http://localhost:8081/task/editImportant"},"response":[],"_postman_id":"e704d672-c15c-43ac-bfef-9c76d2a72464"},{"name":"修改任务说明","id":"5711cc07-21db-4a4e-a4f5-ad55420ebd4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"1\",\n\t\"note\":\"文件：测试1111.pdf\",\n\t\"version\":22\n}"},"url":"http://localhost:8081/task/editNote"},"response":[],"_postman_id":"5711cc07-21db-4a4e-a4f5-ad55420ebd4a"},{"name":"根据案件id获取案件阶段列表","id":"59d77dd2-4786-4bff-8341-94eaef7d4a54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"caseId\":\"1\"\n}"},"url":"http://localhost:8081/stage/getStageListByCaseId"},"response":[],"_postman_id":"59d77dd2-4786-4bff-8341-94eaef7d4a54"},{"name":"获取案件阶段下用户的任务列表","id":"f6569d8c-6abb-4830-b708-736d06a3a5b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"stageId\":\"1\"\n}"},"url":"http://localhost:8081/task/getTaskListByStageOfUser"},"response":[],"_postman_id":"f6569d8c-6abb-4830-b708-736d06a3a5b7"},{"name":"添加文件关联","id":"655bea1a-8242-4987-b87e-312205fecf5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"taskId\":\"1\",\n\t\"fileList\":[\n\t\t{\n\t\t\"fileId\":\"xxx\",\n\t\t\"fileName\":\"111\",\n\t\t\"isPublic\":\"1\"\n\t\t\t\n\t\t},\n\t\t{\n\t\t\"fileId\":\"xxx\",\n\t\t\"fileName\":\"111\",\n\t\t\"isPublic\":\"1\"\n\t\t\t\n\t\t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/file/addFile"},"response":[],"_postman_id":"655bea1a-8242-4987-b87e-312205fecf5e"},{"name":"删除文件关联","id":"4c9eadf2-1b73-4b22-b861-fe003fc11768","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"fileRsId\":\"846e5232ea614b24b353d51e37a474c6\"\n}"},"url":"http://localhost:8081/file/deleteFile"},"response":[],"_postman_id":"4c9eadf2-1b73-4b22-b861-fe003fc11768"},{"name":"【新】修改文件公开状态","id":"e820aaac-695d-4150-ae71-25266115e92d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"1b2b45c256a1490e9fc03e8b6cbf1a35\",\n\t\"isPublic\":1\n}"},"url":"http://localhost:8081/file/editFilePublicStatus"},"response":[],"_postman_id":"e820aaac-695d-4150-ae71-25266115e92d"},{"name":"【新】任务详情-获取人员列表","id":"887c8791-3386-428e-be44-3ac8802e86ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"caseId\":\"50e53256958a4c5f99c656ab4d08fcd5\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/task/getUsersByCaseId"},"response":[],"_postman_id":"887c8791-3386-428e-be44-3ac8802e86ba"},{"name":"批量修改任务状态","id":"068bebeb-17e1-46e6-bfa4-c7ae5bf1420b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"status\":0,\n\t\"taskIdList\":[\"1\",\"2\"],\n\t\"updateUser\":\"1\"\n}"},"url":"http://localhost:8081/task/batchEditTaskStatus"},"response":[],"_postman_id":"068bebeb-17e1-46e6-bfa4-c7ae5bf1420b"},{"name":"根据条件获取任务列表","id":"f5854036-78eb-4484-9db2-86660e423a16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"pageNum\":1,\n\t\"queryType\":1,\n\t\"endTimeType\":1,\n\t\n\t\"queryContent\":\"张三\",\n\t\"stageName\":\"接管\",\n\t\"taskName\":\"管理人\",\n\t\"caseCode\":\"2019\",\n\t\"company\":\"公司\",\n\t\"receiver\":\"王五\",\n\t\"isImportant\":0,\n\t\"status\":0,\n\t\"note\":\"文件\",\n\t\"startDate\":1574711000000,\n\t\"endDate\":null,\n\t\"sortType\":1\n\t\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/task/getTaskListByCondition"},"response":[],"_postman_id":"f5854036-78eb-4484-9db2-86660e423a16"},{"name":"获取近期办理的任务","id":"87e254a1-96ca-40b7-9c94-9e2e70bfbd01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"pageNum\":1,\n\t\"queryType\":1,\n\t\"queryContent\":\"\",\n\t\n\t\"startDate\":null,\n\t\"endDate\":null,\n\t\"stageName\":\"\",\n\t\"taskName\":\"\",\n\t\"operatorName\":\"\",\n\t\"operateContent\":\"\",\n\t\"caseCode\":\"\"\n}"},"url":"http://localhost:8081/task/getRecentOperateTaskList"},"response":[],"_postman_id":"87e254a1-96ca-40b7-9c94-9e2e70bfbd01"},{"name":"获取模板任务详情","id":"d7177311-07cd-4e22-8bf2-d1431b6632af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"3000000000004001\"\n}"},"url":"localhost:8081/tpl/getTplTaskById"},"response":[],"_postman_id":"d7177311-07cd-4e22-8bf2-d1431b6632af"},{"name":"管理人-案件-概览","id":"04c26170-f242-4204-9b69-b8c6adda4411","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"caseId\":\"1\"\n}"},"url":"http://localhost:8081/task/getCaseMainInfo"},"response":[],"_postman_id":"04c26170-f242-4204-9b69-b8c6adda4411"},{"name":"管理人-案件-任务","id":"1fbf1b41-6e5d-4e8a-9533-903f3ff81001","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"pageNum\":1,\n\t\"endTimeType\":1,\n\t\"caseId\":\"1\",\n\t\n\t\"queryContent\":\"张三\",\n\t\"stageName\":\"接管\",\n\t\"taskName\":\"管理人\",\n\t\"caseCode\":\"2019\",\n\t\"company\":\"公司\",\n\t\"receiver\":\"王五\",\n\t\"isImportant\":0,\n\t\"status\":0,\n\t\"note\":\"文件\",\n\t\"startDate\":null,\n\t\"endDate\":null,\n\t\"sortType\":1\n\t\n}"},"url":"http://localhost:8081/task/getTaskListByConditionOfCase"},"response":[],"_postman_id":"1fbf1b41-6e5d-4e8a-9533-903f3ff81001"},{"name":"管理人-案件-列表","id":"dd3240e8-7f31-43de-ae5b-b9bd03553acd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"queryType\":1,\n\t\n\t\"queryContent\":\"201\",\n\t\"caseCode\":\"2015\",\n\t\"courtName\":\"广东\",\n\t\"caseStatus\":-1,\n\t\"taskName\":\"123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/task/getCaseListAndRecentTaskByCondition"},"response":[],"_postman_id":"dd3240e8-7f31-43de-ae5b-b9bd03553acd"},{"name":"管理人-负责人-首页","id":"844544e1-4a32-4595-98e5-66e2db8c6a98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:8081/task/getMainInfo"},"response":[],"_postman_id":"844544e1-4a32-4595-98e5-66e2db8c6a98"},{"name":"更新文件","id":"753a2e18-1176-454e-aa61-539bc26f11eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"oldFileRsId\":\"6cd4989e80874b0683aabe043b3e2c63\",\n\t\"taskId\":\"1\",\n\t\"updateUser\":\"1\",\n\t\"insertUserName\":\"张三\",\n\t\"fileList\":[\n\t\t{\n\t\t\t\"fileId\":\"20\",\n\t\t\t\"fileName\":\"多测试几次.pdf\",\n\t\t\t\"isPublic\":1\n\t\t},\n\t\t{\n\t\t\t\"fileId\":\"100\",\n\t\t\t\"fileName\":\"多测试几次100.pdf\",\n\t\t\t\"isPublic\":0\n\t\t}\n\t\t\n\t\t]\n}"},"url":"http://localhost:8081/file/changeFile"},"response":[],"_postman_id":"753a2e18-1176-454e-aa61-539bc26f11eb"},{"name":"管理人-案件-文档","id":"cfdf5268-6be1-45d0-acbe-6dd8647778b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"pageNum\":1,\n\t\"caseId\":\"1\",\n\t\"userId\":\"1\",\n\t\"publicType\":1,\n\t\n\t\"fileName\":\"\"\n}"},"url":"http://localhost:8081/file/getFileListByConditionOfCase"},"response":[],"_postman_id":"cfdf5268-6be1-45d0-acbe-6dd8647778b0"},{"name":"管理人-文档列表","id":"db1683f8-f1c0-4f57-9bbe-22eba15f9271","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"pageNum\":1,\n\n\t\"queryContent\":\"2019\",\n\t\"publicType\":1,\n\t\"isPublic\":1,\n\t\"fileName\":\"朱博\",\n\t\"stageName\":\"接管\",\n\t\"taskName\":\"组建\",\n\t\"caseCode\":\"2019\",\n\t\"startDate\":null,\n\t\"endDate\":null\n}"},"url":"http://localhost:8081/file/getFileListOfUserTask"},"response":[],"_postman_id":"db1683f8-f1c0-4f57-9bbe-22eba15f9271"},{"name":"添加接收人","id":"cf8b26f6-4786-497e-a2af-89cc931ade60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"taskId\":1,\n\t\"userId\":\"xxxx\",\n\t\"userName\":\"佚名\"\n}"},"url":"http://localhost:8081/user/addReceiver"},"response":[],"_postman_id":"cf8b26f6-4786-497e-a2af-89cc931ade60"},{"name":"删除接收人","id":"8fa7e1a8-2d89-482b-92e6-73c52c6892fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"fb493ab831364cba890beb66ac3457b6\"\n}"},"url":"http://localhost:8081/user/deleteReceiver"},"response":[],"_postman_id":"8fa7e1a8-2d89-482b-92e6-73c52c6892fc"},{"name":"模板文件-列表","id":"8cbb3df7-3ffb-45f8-b916-fa62970d840a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"pageNum\":1\n}"},"url":"10.14.4.147:8081/getTplFileList"},"response":[],"_postman_id":"8cbb3df7-3ffb-45f8-b916-fa62970d840a"},{"name":"文档模板-文件下载","id":"8dc80618-e943-4571-9aff-cca8b74cb569","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/octet-stream","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"10.14.4.147:8081/download?fileName=周一.docx","host":["10","14","4","147"],"port":"8081","path":["download"],"query":[{"key":"fileName","value":"周一.docx"}]}},"response":[],"_postman_id":"8dc80618-e943-4571-9aff-cca8b74cb569"},{"name":"【后台】法院树，获取数据接口","id":"7e5fbb42-3353-418b-ac50-309434e8b179","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"rootId\":\"0\",\n\t\"parentId\":\"100\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8081/task/getCourtList"},"response":[],"_postman_id":"7e5fbb42-3353-418b-ac50-309434e8b179"},{"name":"【后台】添加配置","id":"7891a6d3-6fef-4914-b079-4625d299cc43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"caseFilingStartDate\":1388058310000,\n\t\"caseFilingEndDate\":null,\n\t\"caseUpdateTime\":null,\n\t\"caseTypeList\":[\n\t\t1,2,3\n\t],\n\t\"createType\":1,\n\t\"courtList\":[\n\t\t{\n            \"cBh\": \"2577\",\n            \"cName\": \"广东省深圳市中级人民法院\",\n            \"cPid\": \"451\",\n            \"cProvince\": \"150000\",\n            \"nLevel\": 3\n        }\n\t],\n\t\"status\":2\n}"},"url":"localhost:8081/cf/addConfig","description":"CaseFilingStartDate：立案日期。caseFilingEndDate：结案日期。caseUpdateTime：案件更新时期。caseTypeList：适用案件类型列表 1清算，2和解，3重整。createType:1自动，2手动。courtIdList：法院id列表。\nstatus：1创建，2立即应用。"},"response":[],"_postman_id":"7891a6d3-6fef-4914-b079-4625d299cc43"},{"name":"【后台】获取配置详情","id":"a633d76e-b145-46d1-bd1a-76ad225afc46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"configId\":\"b048f440d5de44f587f63d7e06a2a150\"\n}"},"url":"localhost:8081/cf/getConfigDetail"},"response":[],"_postman_id":"a633d76e-b145-46d1-bd1a-76ad225afc46"},{"name":"【注意！】【后台】修改配置","id":"3230f00d-6f61-408a-87de-ee229a8a7735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"1101e79533ab459782792a5e71231130\",\n\t\"caseFilingStartDate\":1388058310000,\n\t\"caseFilingEndDate\":null,\n\t\"caseUpdateTime\":null,\n\t\"caseTypeList\":[\n\t\t1,3\n\t],\n\t\"createType\":1,\n\t\"status\":2\n}"},"url":"localhost:8081/cf/editConfig","description":"createType:1自动，2手动\nstatus:1停止，2应用\ncaseFilingStartDate：立案日期\ncaseFilingEndDate：结案日期\ncaseUpdateTime：案件更新日期"},"response":[],"_postman_id":"3230f00d-6f61-408a-87de-ee229a8a7735"},{"name":"【后台】删除配置","id":"ded77611-4d8b-4e0b-9247-7ea52aa5eca4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"e4b50f241b6541e7a6c8ada3d48f364d\"\n}"},"url":"http://localhost:8081/cf/deleteConfig"},"response":[],"_postman_id":"ded77611-4d8b-4e0b-9247-7ea52aa5eca4"},{"name":"【后台】修改配置状态","id":"e3023992-0729-4005-9024-9e4c143d5f81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"1101e79533ab459782792a5e71231130\",\n\t\"status\":2\n}"},"url":"http://localhost:8081/cf/editStatus","description":"status:\n\t1:停止\n\t2:已应用"},"response":[],"_postman_id":"e3023992-0729-4005-9024-9e4c143d5f81"},{"name":"【后台】获取并搜索配置列表","id":"400e6043-ccac-404a-8464-cab1193cfa15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"pageNum\":1,\n\t\n\t\"status\":null,\n\t\"createType\":null,\n\t\"createUserName\":\"\",\n\t\"courtIdList\":[\n\t\t\"0\",\"489\"\n\t],\n\t\"filingStartDate\":1576031207000,\n\t\"filingEndDate\":1576031207000,\n\t\"createStartTime\":1576031207000,\n\t\"createEndTime\":1576031207000,\n\t\"updateStartTime\":1576031207000,\n\t\"updateEndTime\":null\n\t\t\n\t\n}"},"url":"localhost:8081/cf/getConfigList","description":"*pageNum 必填\nstatus:1停止，2已应用\ncreateType:1自动创建，2手动创建\ncourtIdList:这是法院id列表\nfilingStartDate: 立案查询开始时间\nfilingEndDate：立案查询结束时间\ncreateStartTime：开通开始时间\ncreateEndTime：开通结束时间\nupdateStartTime：配置更新开始时间\nupdateEndTime：配置更新结束时间"},"response":[],"_postman_id":"400e6043-ccac-404a-8464-cab1193cfa15"},{"name":"【后台】列表批量操作","id":"6a22abcd-b180-49f1-819a-9447c37dd38c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"type\":3,\n\t\"configIdList\":[\n\t\t\"1101e79533ab459782792a5e71231130\"\n\t]\n}"},"url":"localhost:8081/cf/batchEditConfig","description":"type:1应用，2停止，3删除"},"response":[],"_postman_id":"6a22abcd-b180-49f1-819a-9447c37dd38c"},{"name":"获取单值代码","id":"d11eb1b5-c42d-4e2b-aaa5-874b506ed8a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8081/code/list/case_type","description":"type：code值"},"response":[],"_postman_id":"d11eb1b5-c42d-4e2b-aaa5-874b506ed8a9"},{"name":"根据案件id获取案件信息","id":"0188334f-dda0-4431-9ead-c61ac6c8c8a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"1\"\n}"},"url":"localhost:8081/task/getCaseById"},"response":[],"_postman_id":"0188334f-dda0-4431-9ead-c61ac6c8c8a0"},{"name":"根据用户id获取案件列表","id":"1d8e16a6-2833-4d8c-a51d-90f2534c33ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"userId\":\"1234\"\n}"},"url":"localhost:8081/task/getCaseListByUserId"},"response":[],"_postman_id":"1d8e16a6-2833-4d8c-a51d-90f2534c33ea"},{"name":"增量查询新案件，添加任务","id":"a26b54b2-704c-48e0-a3d7-e9f99a3c53b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"caseInfoList\":[\n\t\t{\n      \"applicationTime\": \"2015-04-30 00:00:00\",\n      \"applyBankruptcy\": 3,\n      \"caseId\": \"（2015）深中法破字第54号\",\n      \"courtId\": 2577,\n      \"courtName\": \"广东省深圳市中级人民法院\",\n      \"filingTime\": \"2015-04-30 00:00:00\",\n      \"firstDebtorCompanyName\": \"周祖国\",\n      \"hearingStatus\": 1,\n      \"id\": \"b57c524e313442b084843059d3285a0e\",\n      \"isPublic\": 1,\n      \"managerId\": \"D7EC3E8B52F93D77AE4FCD1BC03E3615\",\n      \"principalId\": \"21052EB14AEA42B1661F8E763BF80226\",\n      \"principalName\": \"负责人4\",\n      \"progressStage\": 5,\n      \"province\": \"440000\",\n      \"publicStatus\": 2,\n      \"undertakeId\": 168886671,\n      \"undertakeName\": \"唐姗\",\n      \"updateTime\": \"2019-12-11 17:57:17\"\n    },{\n    \"applicationTime\": \"2019-11-13 14:45:28\",\n    \"applyBankruptcy\": 3,\n    \"caseId\": \"（2019）南昌破产第5号 \",\n    \"courtId\": 2577,\n    \"courtName\": \"广东省深圳市中级人民法院\",\n    \"filingTime\": \"2019-11-06 00:00:00\",\n    \"firstDebtorCompanyName\": \"周祖国\",\n    \"hearingStatus\": 1,\n    \"id\": \"c7edafc988c74034b1f6b197ddc53185\",\n    \"isPublic\": 2,\n    \"managerId\": \"D7EC3E8B52F93D77AE4FCD1BC03E3615\",\n    \"principalId\": \"21052EB14AEA42B1661F8E763BF80226\",\n    \"principalName\": \"负责人3\",\n    \"progressStage\": 5,\n    \"province\": \"440000\",\n    \"publicStatus\": 2,\n    \"undertakeId\": 168886928,\n    \"undertakeName\": \"谢继宇\",\n    \"updateTime\": \"2019-11-14 15:03:21\"\n  },{\n    \"applicantType\": 0,\n    \"applicationTime\": \"2019-11-13 16:17:06\",\n    \"applyBankruptcy\": 3,\n    \"caseId\": \"（2015）深中法破字第90号\",\n    \"courtId\": 0,\n    \"courtName\": \"最高人民法院\",\n    \"filingTime\": \"2019-11-01 00:00:00\",\n    \"firstDebtorCompanyName\": \"周祖国\",\n    \"hearingStatus\": 1,\n    \"id\": \"1\",\n    \"isPublic\": 1,\n    \"managerId\": \"1\",\n    \"managerName\": \"dfad\",\n    \"principalId\": \"9a4bec34e376412bae86612cbf877a5f\",\n    \"principalName\": \"dfafd\",\n    \"progressStage\": 5,\n    \"province\": \"110000\",\n    \"publicStatus\": 3,\n    \"undertakeId\": 1,\n    \"undertakeName\": \"aaa\"\n  }\n\t\t]\n}"},"url":"localhost:8079/syn/addTaskForNewCase"},"response":[],"_postman_id":"a26b54b2-704c-48e0-a3d7-e9f99a3c53b1"},{"name":"存储服务获取文件","id":"c1308c20-7dba-4e88-b4fd-e95420afd18b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"fileId\":\"00e47e8bee9c4fb0aa1b72f0b683acce\"\n}"},"url":"http://10.14.4.170/ept-save/getFile"},"response":[],"_postman_id":"c1308c20-7dba-4e88-b4fd-e95420afd18b"},{"name":"获取主页登录用户信息","id":"01b9f798-b338-420f-8a63-71b546886109","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://172.16.15.118:81/ept-xt-scene/index"},"response":[],"_postman_id":"01b9f798-b338-420f-8a63-71b546886109"}]}