This commit is contained in:
skiffer-git
2022-07-01 15:29:45 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent b64f141f9a
commit a05e5b6bca
+1 -1
View File
@@ -31,7 +31,7 @@ func Verify(c *gin.Context) {
if params.Email != "" {
account = params.Email
} else {
account = params.PhoneNumber
account = params.AreaCode + params.PhoneNumber
}
if params.VerificationCode == config.Config.Demo.SuperCode {