
jsonsource.chatroom.keepalive.api.json Maven / Gradle / Ivy
{
"add": {
"docs": "http://rongcloud.cn/docs/server.html#chatroom_keepalive_add",
"url": "chatroom/keepalive/add",
"params": {
"chatroom": {
"id": "chatroomId01"
}
},
"response": {
"success": {
"code": "200",
"errorMessage": "成功返回"
},
"fail": {
"20003": {
"code": "1002",
"errorMessage": "chatroomId 长度超限, chatroomId >= 1 且 chatroomId <= 64 单位: 字节"
},
"20005": {
"code": "1002",
"errorMessage": "{{name}} 参数为必传项"
},
"1004": {
"code": "1004",
"errorMessage": "签名错误, 请排查 Appkey、Secret 是否正确"
},
"1008": {
"code": "1008",
"errorMessage": "调用频率超限,每秒钟限制 100 次,调整频率上限请移步至专有云 http://www.rongcloud.cn/pricing#pay"
}
}
}
},
"remove": {
"docs": "http://rongcloud.cn/docs/server.html#chatroom_keepalive_remove",
"url": "chatroom/keepalive/remove",
"params": {
"chatroom": {
"id": "chatroomId01"
}
},
"response": {
"success": {
"code": "200",
"errorMessage": "成功返回"
},
"fail": {
"20003": {
"code": "1002",
"errorMessage": "chatroomId 长度超限, chatroomId >= 1 且 chatroomId <= 64 单位: 字节"
},
"20005": {
"code": "1002",
"errorMessage": "{{name}} 参数为必传项"
},
"1004": {
"code": "1004",
"errorMessage": "签名错误, 请排查 Appkey、Secret 是否正确"
},
"1008": {
"code": "1008",
"errorMessage": "调用频率超限,每秒钟限制 100 次,调整频率上限请移步至专有云 http://www.rongcloud.cn/pricing#pay"
}
}
}
},
"getList": {
"docs": "http://rongcloud.cn/docs/server.html#chatroom_keepalive_query",
"url": "chatroom/keepalive/query",
"params": {},
"response": {
"success": {
"code": "200",
"chatrooms": ["chatroomId1", "chatroomId2"]
},
"fail": {
"20003": {
"code": "1002",
"errorMessage": "chatroomId 长度超限, chatroomId >= 1 且 chatroomId <= 64 单位: 字节"
},
"20005": {
"code": "1002",
"errorMessage": "{{name}} 参数为必传项"
},
"1004": {
"code": "1004",
"errorMessage": "签名错误, 请排查 Appkey、Secret 是否正确"
},
"1008": {
"code": "1008",
"errorMessage": "调用频率超限,每秒钟限制 100 次,调整频率上限请移步至专有云 http://www.rongcloud.cn/pricing#pay"
}
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy