mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-02 05:50:24 +08:00
refactor: interface{} -> any
feat: 新增外链菜单
This commit is contained in:
@@ -31,7 +31,7 @@ func Del(key string) {
|
||||
cli.Del(context.TODO(), key)
|
||||
}
|
||||
|
||||
func HSet(key string, field string, val interface{}) {
|
||||
func HSet(key string, field string, val any) {
|
||||
cli.HSet(context.TODO(), key, field, val)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user