添加 加密博客文章功能

This commit is contained in:
2024-10-16 01:35:41 +08:00
parent 007d574eec
commit 44a7938e66
9 changed files with 146 additions and 20 deletions

View File

@@ -27,6 +27,14 @@ const ServerStdResponse = {
NOTFOUND: {
code: -4001,
message: 'Blog not found'
},
PROTECT_FLAG: {
code: -4002,
message: 'Blog is protected, need password'
},
PASSWD_ERROR: {
code: -4003,
message: 'Blog is protected, and password is not right'
}
},
CAPTCHA: {
@@ -48,7 +56,7 @@ const ServerStdResponse = {
code: -6000,
message: 'user is not found'
},
PASSWORD_ERROR:{
PASSWORD_ERROR: {
code: -6001,
message: 'user password is error'
}