接口地址
[接口服务器地址]/api/medianew/create_p2p.html
创建点对点
参数 |
值 |
数据类型 |
参数类型 |
说明 |
Content-Type |
application/json; charset=UTF-8 |
string |
header |
|
body |
|
string |
body |
请求内容
{ - from_im_id: "1",
- from_im_name: "test1",
- to_im_id: "2",
- to_im_name: "test2",
- room_type: "1",
- login_server: "1"
}
|