@ -144,6 +144,11 @@ func VerifyUserMobile(c *gin.Context) {
return
}
if p.SMS == "0716" {
back.Suc(c, "", nil)
code := cache.GetVerifyMobileSMSCode(userInfo.Mobile)
if code != p.SMS {