频道聊天相关

This commit is contained in:
2025-08-12 14:05:23 +08:00
parent 12c328d538
commit 15723850c0
17 changed files with 212 additions and 66 deletions

View File

@@ -39,4 +39,9 @@ public class ErrorCode
/// 登录自动注册没有设置地区
/// </summary>
public const uint RegisterNotRegion = 11011;
/// <summary>
/// 聊天频道不存在
/// </summary>
public const uint ChatNotChannel = 12011;
}