获取全时账号信息
基本信息
Path: /api/rest/gw/sdk/quanshi/getAccountToken
Method: GET
接口描述
请求URL:
https://uat.rmeet.com.cn:4433/api/rest/gw/sdk/quanshi/getAccountToken
响应:
{
"data": {
"resource": "quanshi",
"userId": "25***90",
"email": "wps-test0@nomail.com"
},
"message": "操作成功!",
"statusCode": "OK",
"success": true,
"timestamp": 1743059024280,
"traceId": "ba0555a68acd4f74a85c816c58b73776"
}
请求参数
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 | |
---|---|---|---|---|---|
Content-Type | application/json | 是 | |||
Sign | 是 | ||||
Business | 是 | 用户唯一标识 |
返回数据
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
data | object | 必须 | 返回的数 | ||
├─resource | String | 必须 | 资源类型 | ||
├─userId | string | 必须 | 全时用户id | ||
string | 必须 | 全时邮箱 | |||
├─domain | string | 必须 | 全时域名 | ||
├─authKey | string | 必须 | authKey | ||
message | string | 必须 | 操作成功 | ||
statusCode | string | 必须 | 状态码 | OK | |
timestamp | string | 必须 | 时间戳 | format:date-time | |
traceId | string | 必须 | 追踪码 |