ziwen hai 1 ano
pai
achega
d59da6f101
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controller/auth.go

+ 1 - 1
controller/auth.go

@@ -271,7 +271,7 @@ func (a *AuthController) GetSmsCode(c *gin.Context) {
 		if errMsg != "" {
 			errMsg = "获取验证码失败"
 		}
-		resp.Fail("获取验证码失败.", c)
+		resp.Fail("mobile phone number format is wrong.", c)
 		return
 	}