feat 添加重新计算收益率的channel

This commit is contained in:
timerzz 2024-09-05 16:28:46 +08:00
parent 6f2743be07
commit c11ffddef8

View File

@ -6,6 +6,10 @@ import (
v2 "gitea.timerzz.com/kedaya_haitao/common/structs/v2"
)
const (
ProfitRate_Channel = "profit_rate"
)
func ProviderConfigNotifyChannel(providerId v2.ProviderId) string {
return fmt.Sprintf("/provider/%s/cfg", providerId)
}