Ver Fonte

Merge branch 'CRM_12.9' into debug

ziwen há 2 anos atrás
pai
commit
e728ae8b6d
1 ficheiros alterados com 1 adições e 1 exclusões
  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
 	}