|
@@ -3,6 +3,7 @@ package logic
|
|
|
import (
|
|
|
"bp.jydev.jianyu360.cn/CRM/networkManage/api/internal/service"
|
|
|
"context"
|
|
|
+ "log"
|
|
|
|
|
|
"bp.jydev.jianyu360.cn/CRM/networkManage/api/internal/svc"
|
|
|
"bp.jydev.jianyu360.cn/CRM/networkManage/api/internal/types"
|
|
@@ -25,6 +26,7 @@ func NewFindInitInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Find
|
|
|
}
|
|
|
|
|
|
func (l *FindInitInfoLogic) FindInitInfo(req *types.FindInitInfoReq) (resp *types.Reply, err error) {
|
|
|
+ log.Println("入参", req)
|
|
|
// todo: add your logic here and delete this line
|
|
|
resp = &types.Reply{}
|
|
|
initInfoService := &service.InitInfoService{
|