Merge pull request 'conf' (#654) from conf into test

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/654
This commit is contained in:
chenhao 2024-07-25 21:38:57 +08:00
commit 347717a4ae
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@ func (s *Service) Init(c any) (err error) {
_DefaultWorkerId = logic.NewWorkerId(store)
_DefaultSingleDistributeHis = logic.NewSingleDistributeHis(store)
_DefaultRavenIQTest = logic.NewRavenIQTest(store)
_DefaultAutoResponseCreateTimes = logic.NewAutoResponseCreateTimes(store)
_DefaultVas = logic.NewVas(store, _DefaultStreamer, _DefaultAccount, _DefaultZone, _DefaultZoneThirdPartner, _DefaultZoneCollaborator)
_DefaultStreamerAcct = logic.NewStreamerAcct(store)