🎨 complete SMS login function

This commit is contained in:
landaiqing
2024-08-14 00:11:32 +08:00
parent 48c5aeb0f4
commit 368adadf52
38 changed files with 687 additions and 232 deletions

View File

@@ -33,3 +33,11 @@ CaptchaSendSuccess = "captcha send successfully!"
CaptchaTooOften = "captcha too often!"
PhoneNotEmpty = "phone number can not be empty!"
EmailNotEmpty = "email can not be empty!"
AuthVerifyFailed = "auth verify failed!, please try again!"
AuthVerifySuccess = "auth verify successfully!"
AuthVerifyExpired = "auth verify expired!"
ParamsError = "params error!"
PhoneAndCaptchaNotEmpty = "phone number and captcha can not be empty!"
PhoneErrorFormat = "phone number error format!"
RegisterUserError = "register user error!"
LoginExpired = "login expired!, please try again!"