[feat] 新增 ResApiCaptcha 类型

This commit is contained in:
what 2024-01-29 15:42:22 +08:00
parent 45a1e3fa5a
commit 02548b4e0c

View File

@ -10,3 +10,5 @@ type ResApiCaptcha struct {
UpdatedAt string `db:"updated_at"`
CreatedAt string `db:"created_at"`
}
type GetResApiCaptcha func(uuid string) (ResApiCaptcha, bool)