From c6f99dce1ccbaabb043239bf321a0aa6740c73df Mon Sep 17 00:00:00 2001 From: what Date: Thu, 1 Feb 2024 20:21:27 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E9=AA=8C=E8=AF=81=E7=A0=81=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=AA=8C=E8=AF=81=E6=AC=A1=E6=95=B0=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/res_api_captcha.go | 1 + 1 file changed, 1 insertion(+) diff --git a/base/res_api_captcha.go b/base/res_api_captcha.go index 07429b6..db4f9c1 100644 --- a/base/res_api_captcha.go +++ b/base/res_api_captcha.go @@ -7,6 +7,7 @@ type ResApiCaptcha struct { Interval int64 `db:"interval"` // 间隔时间 Exp int64 `db:"exp"` // 超时时间 Extra map[string]any `db:"extra"` // 扩展配置 + Limit int64 `db:"limit"` // 验证次数 UpdatedAt string `db:"updated_at"` CreatedAt string `db:"created_at"` }