You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
QingLong/Doc/v1.0/QingLong-v1.0-api-docs.json

241 lines
5.5 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"item": [
{
"request": {
"method": "GET",
"url": {
"query": [
{
"description": "关键字",
"value": "",
"key": "keyword"
},
{
"description": "排除系统ID不显示在列表中0表示不排除其他表示排除",
"value": "",
"key": "exclude"
},
{
"description": "页码",
"value": "",
"key": "page"
},
{
"description": "每页数量",
"value": "",
"key": "limit"
}
],
"raw": "{{domain}}/dataShare/listSystem"
}
},
"name": "获取接入系统列表"
},
{
"request": {
"method": "POST",
"url": {
"query": [
{
"description": "系统名称",
"value": "",
"key": "system_name"
},
{
"description": "访问账号",
"value": "",
"key": "user_name"
},
{
"description": "回调地址",
"value": "",
"key": "redirect_url"
}
],
"raw": "{{domain}}/dataShare/addSystem"
}
},
"name": "增加一个数据共享系统"
},
{
"request": {
"method": "POST",
"url": {
"query": [],
"raw": "{{domain}}/dataShare/saveUploadFile"
}
},
"name": "功能上传系统的EXCEL文档"
},
{
"request": {
"method": "GET",
"url": {
"query": [
{
"description": "系统id",
"value": "",
"key": "system_id"
}
],
"raw": "{{domain}}/dataShare/downloadXlsx"
}
},
"name": "功能下载EXCEL文档说明"
},
{
"request": {
"method": "GET",
"url": {
"query": [
{
"description": "",
"value": "",
"key": "system_id"
}
],
"raw": "{{domain}}/dataShare/getSystemById"
}
},
"name": "功能根据系统ID获取系统信息"
},
{
"request": {
"method": "POST",
"url": {
"query": [
{
"description": "",
"value": "",
"key": "system_id"
}
],
"raw": "{{domain}}/dataShare/delSystem"
}
},
"name": "功能:删除系统"
},
{
"request": {
"method": "POST",
"url": {
"query": [
{
"description": "",
"value": "",
"key": "system_id"
},
{
"description": "",
"value": "",
"key": "system_name"
},
{
"description": "",
"value": "",
"key": "redirect_url"
}
],
"raw": "{{domain}}/dataShare/updateSystem"
}
},
"name": "功能:修改系统名称"
},
{
"request": {
"method": "POST",
"url": {
"query": [
{
"description": "",
"value": "",
"key": "system_id"
},
{
"description": "",
"value": "",
"key": "subscribe_system_ids"
}
],
"raw": "{{domain}}/dataShare/subscribe"
}
},
"name": "功能:指定的系统,它订阅哪些业务系统的数据表"
},
{
"request": {
"method": "POST",
"url": {
"query": [
{
"description": "",
"value": "",
"key": "system_id"
}
],
"raw": "{{domain}}/dataShare/changePwd"
}
},
"name": "功能:修改系统的密码"
},
{
"request": {
"method": "POST",
"url": {
"query": [
{
"description": "",
"value": "",
"key": "system_id"
},
{
"description": "",
"value": "",
"key": "table_names"
}
],
"raw": "{{domain}}/dataShare/share"
}
},
"name": "功能:记录指定系统它有哪些数据表"
},
{
"request": {
"method": "GET",
"url": {
"query": [
{
"description": "",
"value": "",
"key": "system_id"
}
],
"raw": "{{domain}}/dataShare/getShareTable"
}
},
"name": "功能:获取指定系统它有哪些数据表"
},
{
"request": {
"method": "POST",
"url": {
"query": [
{
"description": "分配给第三方的用户名",
"value": "",
"key": "user_name"
},
{
"description": "分配给第三方的密码",
"value": "",
"key": "pwd"
}
],
"raw": "{{domain}}/dataShare/getToken"
}
},
"name": "第三方接入系统获取执行票据Token"
}
],
"name": "DataShareController"
}