获取账号登录的authKey
基本信息
Path: /api/rest/gw/sdk/quanshi/getAuthKey
Method: GET
接口描述
请求URL:
https://uat.rmeet.com.cn:4433/api/rest/gw/sdk/quanshi/getAuthKey
响应:
{
"data": {
"authKey": "90e3bc19-c59c-4461-a110-6c584a6a746c",
"expireTime": -1,
"loginname": "4d687090-4187-4611-938f-539d9d785aa4",
"userId": 25181890
},
"message": "操作成功!",
"statusCode": "OK",
"success": true,
"timestamp": 1743059543337,
"traceId": "1083f018276e491b82cc534ace73e861"
}
请求参数
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 | |
---|---|---|---|---|---|
Content-Type | application/json | 是 | |||
Sign | 是 | ||||
Business | 是 | 用户唯一标识 |
返回数据
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
data | object | 必须 | 返回的数 | ||
├─loginname | String | 必须 | 登录名 | ||
├─userId | Integer | 必须 | 全时用户id | ||
├─expireTime | string | 必须 | 过期时间 | -1代表永久 | |
├─authKey | string | 必须 | authKey | ||
message | string | 必须 | 操作成功 | ||
statusCode | string | 必须 | 状态码 | OK | |
timestamp | string | 必须 | 时间戳 | format:date-time | |
traceId | string | 必须 | 追踪码 |