实现category service基础接口

This commit is contained in:
2025-05-31 16:27:01 +08:00
parent faa6a35475
commit e5446bf836
33 changed files with 1420 additions and 67 deletions

View File

@ -11,5 +11,6 @@ type Config struct {
AccessSecret string
AccessExpire int64
}
UserRpc zrpc.RpcClientConf
UserRpc zrpc.RpcClientConf
CategoryRpc zrpc.RpcClientConf
}