This commit is contained in:
parent
8eec2ba0ee
commit
34bbcdf627
|
@ -249,6 +249,7 @@ func (s *Service) Init(c any) (err error) {
|
|||
_DefaultStreamerScore = logic.NewStreamerScore(store)
|
||||
_DefaultWorkerId = logic.NewWorkerId(store)
|
||||
_DefaultSingleDistributeHis = logic.NewSingleDistributeHis(store)
|
||||
_DefaultAutoResponseCreateTimes = logic.NewAutoResponseCreateTimes(store)
|
||||
|
||||
_DefaultVas = logic.NewVas(store, _DefaultStreamer, _DefaultAccount, _DefaultZone, _DefaultZoneThirdPartner, _DefaultZoneCollaborator)
|
||||
_DefaultStreamerAcct = logic.NewStreamerAcct(store)
|
||||
|
|
Loading…
Reference in New Issue