初始化service
This commit is contained in:
parent
8cfb36d4ad
commit
4cece97e61
@ -29,6 +29,7 @@ func NewModule() core.IModule {
|
||||
|
||||
func (this *Sociaty) Init(service core.IService, module core.IModule, options core.IModuleOptions) (err error) {
|
||||
err = this.ModuleBase.Init(service, module, options)
|
||||
this.service = service.(base.IRPCXService)
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user