Merge branch 'feat-IRONFANS-166-Robin' into conf
This commit is contained in:
commit
c2f89ac8e9
|
@ -251,6 +251,7 @@ func (s *Service) Init(c any) (err error) {
|
||||||
_DefaultWorkerId = logic.NewWorkerId(store)
|
_DefaultWorkerId = logic.NewWorkerId(store)
|
||||||
_DefaultSingleDistributeHis = logic.NewSingleDistributeHis(store)
|
_DefaultSingleDistributeHis = logic.NewSingleDistributeHis(store)
|
||||||
_DefaultRavenIQTest = logic.NewRavenIQTest(store)
|
_DefaultRavenIQTest = logic.NewRavenIQTest(store)
|
||||||
|
_DefaultAutoResponseCreateTimes = logic.NewAutoResponseCreateTimes(store)
|
||||||
|
|
||||||
_DefaultVas = logic.NewVas(store, _DefaultStreamer, _DefaultAccount, _DefaultZone, _DefaultZoneThirdPartner, _DefaultZoneCollaborator)
|
_DefaultVas = logic.NewVas(store, _DefaultStreamer, _DefaultAccount, _DefaultZone, _DefaultZoneThirdPartner, _DefaultZoneCollaborator)
|
||||||
_DefaultStreamerAcct = logic.NewStreamerAcct(store)
|
_DefaultStreamerAcct = logic.NewStreamerAcct(store)
|
||||||
|
|
Loading…
Reference in New Issue