Return sms error message.

This commit is contained in:
Yang Luo
2021-05-14 18:19:47 +08:00
parent d361a39ffc
commit b7cbc0e015
4 changed files with 14 additions and 18 deletions

View File

@ -51,8 +51,7 @@ func SendVerificationCodeToPhone(remoteAddr, dest string) string {
return result
}
SendCodeToPhone(dest, code)
return ""
return SendCodeToPhone(dest, code)
}
func AddToVerificationRecord(remoteAddr, dest, code string) string {