获取接入系统列表

请求URL

/dataShare/listSystem GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
keyword string 关键字
exclude int 排除系统ID,不显示在列表中,0表示不排除,其他表示排除
page int 页码
limit int 每页数量

返回结果

{}

增加一个数据共享系统

请求URL

/dataShare/addSystem GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
system_name string 系统名称
user_name string 访问账号
redirect_url string 回调地址

返回结果

{}

功能:上传系统的EXCEL文档

请求URL

/dataShare/saveUploadFile GET POST

返回结果

{}

功能:下载EXCEL文档说明

请求URL

/dataShare/downloadXlsx GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
system_id int 系统id

返回结果

{}

功能:根据系统ID获取系统信息

请求URL

/dataShare/getSystemById GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
system_id int

返回结果

{}

功能:删除系统

请求URL

/dataShare/delSystem GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
system_id int

返回结果

{}

功能:修改系统名称

请求URL

/dataShare/updateSystem GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
system_id int
system_name string
redirect_url string

返回结果

{}

功能:指定的系统,它订阅哪些业务系统的数据表

请求URL

/dataShare/subscribe GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
system_id int
subscribe_system_ids string

返回结果

{}

功能:修改系统的密码

请求URL

/dataShare/changePwd GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
system_id int

返回结果

{}

功能:记录指定系统它有哪些数据表

请求URL

/dataShare/share GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
system_id int
table_names string

返回结果

{}

功能:获取指定系统它有哪些数据表

请求URL

/dataShare/getShareTable GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
system_id int

返回结果

{}

第三方接入系统获取执行票据Token

请求URL

/dataShare/getToken GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
user_name string 分配给第三方的用户名
pwd string 分配给第三方的密码

返回结果

{}