service/userService.go @@ -101,7 +101,6 @@ } func verifyCode(phoneNum string, cod string) bool { return true if b,r := existCode(phoneNum);b && r == cod { return true } else {