调用本地service时,验证是否完成初始化

This commit is contained in:
boyce
2019-03-22 12:56:12 +08:00
parent 8ff8f4aeaf
commit 589c463e7c
4 changed files with 40 additions and 7 deletions

View File

@@ -26,6 +26,7 @@ type IService interface {
GetServiceId() int
GetStatus() int
IsInit() bool
}
type BaseService struct {