feat 添加重新计算收益率的channel
This commit is contained in:
parent
6f2743be07
commit
c11ffddef8
@ -6,6 +6,10 @@ import (
|
|||||||
v2 "gitea.timerzz.com/kedaya_haitao/common/structs/v2"
|
v2 "gitea.timerzz.com/kedaya_haitao/common/structs/v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
ProfitRate_Channel = "profit_rate"
|
||||||
|
)
|
||||||
|
|
||||||
func ProviderConfigNotifyChannel(providerId v2.ProviderId) string {
|
func ProviderConfigNotifyChannel(providerId v2.ProviderId) string {
|
||||||
return fmt.Sprintf("/provider/%s/cfg", providerId)
|
return fmt.Sprintf("/provider/%s/cfg", providerId)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user