完善站内信阅读接口

This commit is contained in:
xrcoder
2022-08-06 11:30:12 +08:00
parent 7d6737479c
commit 872107b319
8 changed files with 113 additions and 7 deletions

View File

@ -149,5 +149,6 @@ public interface ErrorCodeConstants {
// ========== 站内信 1002024000 ==========
ErrorCode NOTIFY_MESSAGE_NOT_EXISTS = new ErrorCode(1002024000, "站内信不存在");
ErrorCode NOTIFY_MESSAGE_ID_PARAM_ERROR = new ErrorCode(1002024001, "站内信ID错误");
}