查询房间信息
This commit is contained in:
parent
90b8b5c113
commit
ca5d442874
|
@ -114,7 +114,7 @@ func init() {
|
|||
if scene == nil || scene.ExtraData == nil {
|
||||
pack.Tag = webapiproto.TagCode_NotFound
|
||||
pack.Msg = "房间没找到"
|
||||
return common.ResponseTag_Ok, pack
|
||||
return common.ResponseTag_TransactYield, pack
|
||||
}
|
||||
|
||||
switch d := scene.ExtraData.(type) {
|
||||
|
|
Loading…
Reference in New Issue