feat: 迁移plant

This commit is contained in:
Blizzard
2026-05-23 13:55:05 +08:00
parent a93477ea8e
commit ae6d03d351
228 changed files with 25296 additions and 917 deletions
+4 -1
View File
@@ -12,7 +12,10 @@ type Config struct {
AccessExpire int64
}
SystemRpc zrpc.RpcClientConf
Redis struct {
// 各业务 RPC(可选,新增小程序时在此追加)
PlantRpc zrpc.RpcClientConf `json:",optional"`
// RadioRpc zrpc.RpcClientConf `json:",optional"` // 待接入
Redis struct {
Host string
Pass string
DB int `json:",optional"`