修正west url环境区分
This commit is contained in:
@@ -45,6 +45,6 @@ func NewServiceContext(c config.Config) *ServiceContext {
|
||||
UserProductRpc: userProductRpc,
|
||||
ApiAuthInterceptor: middleware.NewApiAuthInterceptorMiddleware(whitelistRpc, secretRpc, userProductRpc, rds).Handle,
|
||||
KqPusherClient: kq.NewPusher(c.KqPusherConf.Brokers, c.KqPusherConf.Topic),
|
||||
WestDexService: service.NewWestDexService(c.WestConfig.Key, c.WestConfig.SecretId), // 假设你将密钥和 ID 配置在 config 中
|
||||
WestDexService: service.NewWestDexService(c.WestConfig), // 假设你将密钥和 ID 配置在 config 中
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user