scan the QR code to log in on the WeChat public account

This commit is contained in:
landaiqing
2024-08-15 23:56:46 +08:00
parent 55759a33db
commit e8fbff7e7f
28 changed files with 1095 additions and 432 deletions

View File

@@ -41,3 +41,14 @@ PhoneAndCaptchaNotEmpty = "phone number and captcha can not be empty!"
PhoneErrorFormat = "phone number error format!"
RegisterUserError = "register user error!"
LoginExpired = "login expired!, please try again!"
AccountAndPasswordNotEmpty = "account and password can not be empty!"
UserNotRegister = "user not register!"
AccountErrorFormat = "account error format!"
AddUserError = "add user error!"
AddUserRoleError = "add user role error!"
AddUserSuccess = "add user success!"
ResetPasswordError = "reset password error!"
ResetPasswordSuccess = "reset password success!"
QRCodeGetFailed = "qr code get failed!"
QRCodeGetSuccess = "qr code get successfully!"
QRCodeExpired = "qr code expired!"

View File

@@ -41,3 +41,15 @@ PhoneAndCaptchaNotEmpty = "手机号和验证码不能为空!"
PhoneErrorFormat = "手机号格式错误!"
RegisterUserError = "注册用户错误!"
LoginExpired = "登录已过期!,请重新登录!"
AccountAndPasswordNotEmpty = "账号和密码不能为空!"
UserNotRegister = "用户未注册!"
AccountErrorFormat = "账号格式错误!"
AddUserError = "添加用户错误!"
AddUserRoleError = "添加用户角色错误!"
AddUserSuccess = "添加用户成功!"
ResetPasswordError = "重置密码错误!"
ResetPasswordSuccess = "重置密码成功!"
QRCodeGetFailed = "获取二维码失败!"
QRCodeGetSuccess = "获取二维码成功!"
QRCodeExpired = "二维码已过期!"