查询房间信息

This commit is contained in:
sk 2024-09-18 18:02:40 +08:00
parent 90b8b5c113
commit ca5d442874
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ func init() {
if scene == nil || scene.ExtraData == nil { if scene == nil || scene.ExtraData == nil {
pack.Tag = webapiproto.TagCode_NotFound pack.Tag = webapiproto.TagCode_NotFound
pack.Msg = "房间没找到" pack.Msg = "房间没找到"
return common.ResponseTag_Ok, pack return common.ResponseTag_TransactYield, pack
} }
switch d := scene.ExtraData.(type) { switch d := scene.ExtraData.(type) {