liuxiaolong
2020-07-07 6af2a701448307a4ca2c04615e689e4105ee0a99
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 {