来源列表
最近更新时间: 2023年11月20日 09时33分04秒
能力接口
描述
获取来源列表,可在支持的接口中进行入参搜索。
支持的模式
客户端模式
请求方法
GET
请求地址
https://api.tongji.edu.cn/v1/infra/task_center/source_list
数据来源
返回参数
参数名 | 类型 | 备注 | 码表 |
---|---|---|---|
id | int | id | |
detail | string | 来源名称 |
请求示例
curl -X GET \
'https://api.tongji.edu.cn/v1/infra/task_center/source_list'
返回示例
{
"code": "A00000",
"msg": "操作成功",
"data": [
{
"id": 15,
"detail": "接口转包"
},
{
"id": 9,
"detail": "教学管理信息系统"
},
{
"id": 5,
"detail": "采招系统"
},
{
"id": 0,
"detail": "一站式"
}
]
}