|
@@ -3,7 +3,6 @@ package config
|
|
|
import (
|
|
|
"bp.jydev.jianyu360.cn/CRM/networkManage/entity"
|
|
|
"github.com/zeromicro/go-zero/rest"
|
|
|
- "github.com/zeromicro/go-zero/zrpc"
|
|
|
)
|
|
|
|
|
|
type Config struct {
|
|
@@ -15,7 +14,7 @@ type Config struct {
|
|
|
UserCenterKey string
|
|
|
PowerCheckCenterKey string
|
|
|
EntManageApplication string
|
|
|
- CodeServiceConf zrpc.RpcClientConf
|
|
|
+ Hosts []string
|
|
|
}
|
|
|
|
|
|
type Db struct {
|