文档
测试

可用的SQL服务清单

POST
{{{chengying-storage}}/flows/sql_service_document/sql_service_list

接口描述

用于查询仓库中SQL服务清单

请求参数

参数名
类型
描述
必填
ServiceName
string
服务名称。示例:OutRegistrationRepository
必填
InterfaceName
string
接口名称。示例:IsExists
必填
RepositoryType
string
仓库类型(Service 表示服务,Interface 表示接口)
必填

响应参数

参数名
类型
描述
必填
code
int
状态码(1成功,0失败)
必填
message
string
具体用于前端显示的提示消息
必填
time
string
接口响应的时间。示例:Thu Apr 8 11:04:14 2021
必填
data
Expression
结果表达式,用于表示出参数据。具体格式参考:http//..
必填