fix: fix unable to update custom channel's balance
This commit is contained in:
parent
171b818504
commit
17b7646c12
@ -27,6 +27,8 @@ func updateChannelBalance(channel *model.Channel) (float64, error) {
|
|||||||
switch channel.Type {
|
switch channel.Type {
|
||||||
case common.ChannelTypeAzure:
|
case common.ChannelTypeAzure:
|
||||||
return 0, errors.New("尚未实现")
|
return 0, errors.New("尚未实现")
|
||||||
|
case common.ChannelTypeCustom:
|
||||||
|
baseURL = channel.BaseURL
|
||||||
}
|
}
|
||||||
url := fmt.Sprintf("%s/v1/dashboard/billing/subscription", baseURL)
|
url := fmt.Sprintf("%s/v1/dashboard/billing/subscription", baseURL)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user