Skip to content

Commit

Permalink
Merge pull request #138 from cheng102e/fix/issue-137
Browse files Browse the repository at this point in the history
fix: [issue-137]修复ErrorCodeConstants
  • Loading branch information
YunaiV authored Mar 30, 2024
2 parents 9c60f12 + aa5c864 commit 27fe286
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public interface ErrorCodeConstants {

ErrorCode SOCIAL_CLIENT_WEIXIN_MINI_APP_PHONE_CODE_ERROR = new ErrorCode(1_002_018_200, "获得手机号失败");
ErrorCode SOCIAL_CLIENT_NOT_EXISTS = new ErrorCode(1_002_018_201, "社交客户端不存在");
ErrorCode SOCIAL_CLIENT_UNIQUE = new ErrorCode(1_002_018_201, "社交客户端已存在配置");
ErrorCode SOCIAL_CLIENT_UNIQUE = new ErrorCode(1_002_018_202, "社交客户端已存在配置");

// ========== 系统敏感词 1-002-019-000 =========
ErrorCode SENSITIVE_WORD_NOT_EXISTS = new ErrorCode(1_002_019_000, "系统敏感词在所有标签中都不存在");
Expand Down

0 comments on commit 27fe286

Please sign in to comment.