update ivyz5773

This commit is contained in:
2025-04-02 18:30:48 +08:00
parent 689faa0739
commit 85dea05704
9 changed files with 287 additions and 59 deletions

View File

@@ -14,6 +14,7 @@ type Config struct {
UserRpc zrpc.RpcClientConf
KqPusherConf KqPusherConf
WestConfig WestConfig
YushanConfig YushanConfig
}
type KqPusherConf struct {
Brokers []string
@@ -25,3 +26,8 @@ type WestConfig struct {
SecretId string
SecretSecondId string
}
type YushanConfig struct {
ApiKey string
AcctID string
Url string
}