Browse Source

提交代码

pull/2359/head
ychao_1983 3 years ago
parent
commit
232d3fdac7
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      services/phone/phone.go

+ 3
- 0
services/phone/phone.go View File

@@ -80,6 +80,9 @@ func IsVerifyCodeRight(phoneNumer string, verifyCode string) bool {
log.Warn("redis err", err)
return false
} else {
if value==""{
return false
}
return value == verifyCode
}
}


Loading…
Cancel
Save