feat: 后端也添加了写了一半的人机验证模块

This commit is contained in:
2025-12-17 20:31:23 +08:00
parent c9e49bb769
commit 54acad1671
9 changed files with 106 additions and 2 deletions

View File

@@ -29,8 +29,7 @@ export const ErrorCode = {
BLOG_PERMISSION_DENIED: -3002,
// 验证模块4000 ~ 4999
VERIFICATION_CODE_EXPIRED: -4001,
VERIFICATION_CODE_INCORRECT: -4002,
CAPTCHA_RARE_LIMIT: -4001,
// 通知模块5000 ~ 5999
NOTIFICATION_SEND_FAILED: -5001,