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