后端完成jwt登录接口
This commit is contained in:
@@ -42,6 +42,16 @@ const ServerStdResponse = {
|
||||
code: -5002,
|
||||
message: 'captcha is not right, please try again'
|
||||
}
|
||||
},
|
||||
USER: {
|
||||
NOTFOUND: {
|
||||
code: -6000,
|
||||
message: 'user is not found'
|
||||
},
|
||||
PASSWORD_ERROR:{
|
||||
code: -6001,
|
||||
message: 'user password is error'
|
||||
}
|
||||
}
|
||||
} as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user