[feat] 新增 ResApiCaptcha 类型
This commit is contained in:
parent
45a1e3fa5a
commit
02548b4e0c
@ -10,3 +10,5 @@ type ResApiCaptcha struct {
|
|||||||
UpdatedAt string `db:"updated_at"`
|
UpdatedAt string `db:"updated_at"`
|
||||||
CreatedAt string `db:"created_at"`
|
CreatedAt string `db:"created_at"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type GetResApiCaptcha func(uuid string) (ResApiCaptcha, bool)
|
||||||
|
Loading…
Reference in New Issue
Block a user