公众号开发

This commit is contained in:
亚洲
2022-06-03 09:42:22 +08:00
parent 2aba8a72c9
commit 70adfe8fe5
202 changed files with 11279 additions and 348 deletions

View File

@ -12,5 +12,6 @@ public interface ErrorCodeConstants {
// ========== 用户相关 1004001000============
ErrorCode WX_ACCOUNT_NOT_EXISTS = new ErrorCode(1004001000, "用户不存在");
ErrorCode WX_ACCOUNT_FANS_NOT_EXISTS = new ErrorCode(1004001000, "用户不存在");
ErrorCode COMMON_NOT_EXISTS = new ErrorCode(1004001000, "用户不存在");
}