1.8.8渲染服务器绑定组别
| 请求类型 | POST |
|---|---|
| 请求URL | http: //{LarkXR3.2管理服务器的IP}:8181/group/bindServers |
简要描述
- 支持版本:LarkXR3.2.5.3及以上版本
参考样例
Header参数
| header | 必选 | 类型 | 说明 |
|---|---|---|---|
| adminKey | String | 是 | 参见1.3.1 |
| timestamp | Long | 是 | 参见1.3.1 |
| signature | String | 是 | 参见1.3.1 |
请求体参数示例
[
{
"groupId":"978286280636891136",
"serverIp":"192.168.0.28",
"serverId":"921041174918070272"
}
]
json字段说明
| 名称 | 类型 | 是否非空 | 描述 |
|---|---|---|---|
| groupId | String | 是 | 组别Id |
| serverIp | String | 是 | 服务器Ip |
| serverId | String | 是 | 服务器Id |
返回结果:
| 名称 | 类型 | 是否非空 | 描述 |
|---|---|---|---|
| code | Integer | 是 | 返回状态 |
| message | String | 否 | 返回消息 |
| result | Object | 否 | 空 |