Merge branch 'feat-hjj-QuestionnaireSurvey' into dev

This commit is contained in:
jiaji.H 2026-03-11 20:53:53 +08:00
commit 83173d9dac

View File

@ -176,6 +176,9 @@ func NotLoginError(c *gin.Context, err error) {
}
func translateErrorMessage(c *gin.Context, message string) string {
if message == "It was sent. The verification code is still working" {
return "已经发送过,验证码尚可用"
}
lang := c.GetHeader("Accept-Language")
switch lang {
case "zh-CN":