修改房间信息
POST
/api/updateRoomInfo
请求参数
参数名
类型
描述
必填
title
string
房间标题
必填
type
string
房间类型
必填
roomid
int
房间ID
必填
响应参数
参数名
类型
描述
必填
code
int
错误码,0正确,小于0表示有错误,有错误时必定会有msg参数说明错误原因
必填
msg
string
错误信息
可选