[feat] 新增数据缓存标识
This commit is contained in:
@@ -17,3 +17,5 @@ type ResApi struct {
|
||||
UpdatedAt string `db:"updated_at"`
|
||||
CreatedAt string `db:"created_at"`
|
||||
}
|
||||
|
||||
type GetResApi func(code string) (ResApi, bool)
|
||||
|
||||
Reference in New Issue
Block a user