新增私聊相关
This commit is contained in:
@@ -44,4 +44,9 @@ public class ErrorCode
|
||||
/// 聊天频道不存在
|
||||
/// </summary>
|
||||
public const uint ChatNotChannel = 12011;
|
||||
|
||||
/// <summary>
|
||||
/// 没回复前不能再发消息
|
||||
/// </summary>
|
||||
public const uint MailNotReply = 12021;
|
||||
}
|
||||
Reference in New Issue
Block a user