获取聊天室地址
开发中
GET
/im/v2/chatrooms/{room_id}/actions/address
请求参数
Path 参数
room_id
string
必需
示例值:
1605537145
Query 参数
account_id
string
必需
示例值:
yx1
client_type
string
可选
1(默认):weblink(客户端为 Web 端时使用);2:commonlink(客户端为非 Web 端时使用);3:wechatlink(微信小程序使用)。
示例值:
2
client_ip
string
必需
云信服务器会根据用户 IP 的所在地区,返回合适的地址。
示例值:
183.131.4.57
ip_type
string
可选
示例值:
1
Header 参数
AppKey
string
必需
默认值:
{{AppKey}}
X-custom-traceid
string
可选
默认值:
{% mock 'uuid' %}
Nonce
string
必需
默认值:
{{Nonce}}
CurTime
string
必需
默认值:
{{CurTime}}
CheckSum
string
必需
默认值:
{{CheckSum}}
示例代码
返回响应
修改于 2024-02-29 02:50:04