获取会前客户端吊起串
获取会前客户端吊起串接口
1. 接口描述
接口名称:
发送方式:
POST
参数格式:
accept: application/json;content-type: application/json
2. 输入参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
userId | 是 | int | 用户ID |
3. 示例
请求示例
{
"userId":88600761
}
返回示例
{
"status": 0,
"result": {
"token": "a44f75ee-7aa2-48f0-975b-059fe4c60e6c",
"userId": 88600761,
"webJoinLink": "tang:///app:6/skin:1/site:60000/Version:5.0.0/goto:login/token:a44f75ee-7aa2-48f0-975b-059fe4c60e6c/wuid:88600761",
"appJoinLink": "qsgnet://com.gnet.onemeeting?goto=login&token=a44f75ee-7aa2-48f0-975b-059fe4c60e6c&wuid=88600761"
},
"request_id": "confopenapiserver-10.1.89.5-1639378912.425660300.887",
"reqid": "confopenapiserver-10.1.89.5-1639378912.425660300.887",
"timestamp": 1639378912425,
"content_type": "application/json",
"request_duration": "226.0129ms"
}
4. 返回参数
参数名 | 类型 | 说明 |
---|---|---|
status | int | 0:成功 ,非0失败 |
result | json | 查询的结果,有查询到的邮箱作为主键的数组 |
appJoinLink | string | app入会吊起串 |
webJoinLink | string | web入会吊起串 |
备注
- 更多返回错误代码请看首页的错误代码描述