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.

34 lines
1.3 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.

# 第三方向项目经理提交“登录回调地址”及“第三方平台平台名称”平台录入成功后返回login_cas_id
第三方平台平台名称
长春市教育管理公共服务平台
登录回调地址
http://10.10.21.20:9000/QingLong/loginPerson/casLogin
login_cas_id: 35e6ebf6a93f11eea5f9be51404f227d
https://space.ccsjy.cn/manage/account/login?login_cas_id=35e6ebf6a93f11eea5f9be51404f227d
测试账号
pengpeng1818
aaAA1243
返回http://10.10.21.20:9000/QingLong/loginPerson/casLogin?platformcode=220000&ticket=b869a5424c5f681141d5d5bf35a4c115
再用接口拦截到这个请求后使用platformcode=220000&ticket=b869a5424c5f681141d5d5bf35a4c115 获取人员信息
https://www.jleduyun.cn/open/toRightPage?url=ApiInfoDetails&categoryId=6dfcae17c55c4a1589bf2af0b3624720&apiId=69a55f4c8915419fb4e7a89bdedeaa31
#下面是云校的对接信息
1.
login_cas_id : c9efe476997a11eeae12b224f978ae47
https://space.ccsjy.cn/manage/account/login?login_cas_id=c9efe476997a11eeae12b224f978ae47
2.平台登录成功后跳转第三方的回调地址会拼接ticket和platformcode
回调示例: 回调地址?ticket=xxxxxxxx&platformcode=xxxxx
3.第三方拿到ticket可通过网关调用验证ticket接口获取用户信息