Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into dev
This commit is contained in:
commit
bf0bc7918a
@ -47,7 +47,7 @@ func (this *Pay) Init(service core.IService, module core.IModule, options core.I
|
||||
func (this *Pay) Start() (err error) {
|
||||
err = this.ModuleBase.Start()
|
||||
var module core.IModule
|
||||
if module, err = this.service.GetModule(comm.ModuleMainline); err != nil {
|
||||
if module, err = this.service.GetModule(comm.ModulePrivilege); err != nil {
|
||||
return
|
||||
}
|
||||
this.privilege = module.(comm.IPayDelivery)
|
||||
|
Loading…
Reference in New Issue
Block a user