This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
提交代码
pull/2359/head
ychao_1983
3 years ago
parent
8086f57aa1
commit
232d3fdac7
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
}
Write
Preview
Loading…
Cancel
Save