文档
测试

创建房间

POST
create_conn

请求参数

参数名
类型
描述
必填
token
str
用户登录状态token
必填
type
int
房间类型,1是1V1,2是3V3
必填

响应参数

参数名
类型
描述
必填
code
int
错误码,0正确,大于0表示有错误
必填
msg
str
错误信息,ok 或 错误信息
必填
data
int
房间ID
必填