企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
`[注意:该接口数据比较敏感,建议使用https]` +++ post:/Oauth2/authorize *string:openid#第三方账号openid int:type#第三方类型,12xue系统请填写12xue *client_id#授权的客户端id *client_secret#授权的客户端密钥 <<< success // 未绑定用户信息时仅返回token信息 { "ret": 0, "msg": "", "access_token": "2efec1fdf**********6bd7232b19c18", "expires_in": 86400, "scope": null, "refresh_token": "cb515e1ae**********4cd6ccfc66c18" } <<< success { "ret": 0, "msg": "", "uid": "1000**********41210", "username": "lcq004", "realname": "刘春强", "email": null, "telephone": "15963590686", "sex": "0", "identitytype": "24", "is_audit": "1", "is_active": "1", "is_init": "1", "origin": "1", // 用户来源(0:导入的、1:邀请码的、2:开放注册的) "certificate": "0", //教师审核状态(0:未上传、2:已通过、-1:未通过、1待审核) "create_time": "1452860313", "update_time": "1453355809", "status": "0", "group": [ { "title": "任课教师", "type": "0", "group_id": "4" }, { "title": "任课教师", "type": "0", "group_id": "4" } ], "access_token": "b703df015**********cf6718157a6f9", "expires_in": 86400, "scope": null, "refresh_token": "d5ad55c4c**********bb3023293d88f" } <<< error { "msg": "认证失败!", "ret": -1 } +++