add jwt / complete the rotation verification

This commit is contained in:
landaiqing
2024-08-12 22:05:59 +08:00
parent 54f6256c00
commit 48c5aeb0f4
31 changed files with 1702 additions and 44 deletions

View File

@@ -31,6 +31,5 @@ CaptchaNotMatch = "captcha not match!"
CaptchaSendFailed = "captcha send failed!"
CaptchaSendSuccess = "captcha send successfully!"
CaptchaTooOften = "captcha too often!"
CaptchaTooShort = "captcha length must be greater than 6!"
CaptchaTooLong = "captcha length must be less than 20!"
CaptchaSendLimit = "captcha send limit!"
PhoneNotEmpty = "phone number can not be empty!"
EmailNotEmpty = "email can not be empty!"