即时通讯权限
基本信息
Path: /api/rest/gw/sdk/user-permission/instantMessaging
Method: GET
接口描述
请求URL:
https://uat.rmeet.com.cn:4433/api/rest/gw/sdk/user-permission/instantMessaging
响应:
{
"data": false,
"message": "操作成功!",
"statusCode": "OK",
"success": true,
"timestamp": 1727080011104,
"traceId": "7093b33dcca944c79768acbff8f54d08"
}
请求参数
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/json | 是 | ||
Sign | 是 | |||
Business | 是 | 用户唯一标识 |
返回数据
名称 | 类型 | 默认值 |
---|---|---|
data | Boolean | true:代表有权限,false代表没权限 |
message | String | 操作成功 |
statusCode | String | 状态码 ok |
success | Boolean | true |
timestamp | String | |
traceId | String |