🎉 开放平台文档站换新颜。 欢迎填问卷给我们建议,意见,反馈,夸夸 →
Skip to Content
API文档专用接口统一身份认证系统对接认证信息
httpsapitongjieducnv1infraiamauth_integration_info

系统对接认证信息

最近更新时间: 2026年03月17日 07时12分07秒
实时
能力接口

描述

系统对接认证信息

支持的模式

客户端模式

请求方法

GET

请求地址

数据来源

SYS20240350(统一身份认证)

请求参数

参数名是否必填备注
systemCode系统编号

返回参数

参数名类型备注码表
code
string
data
array[object]
redirectUrl
string回调地址
systemCode
string系统编号
systemName
string系统名称
msg
string

请求示例

curl -X GET \ 'https://api.tongji.edu.cn/v1/infra/iam/auth_integration_info?systemCode='

返回示例

{ "code": "A00000", "data": [ { "redirectUrl": "https://xx.tongji.edu.cn", "systemCode": "*****", "systemName": "*****" } ], "msg": "操作成功" }