|
@@ -3,6 +3,7 @@ package logic
|
|
|
import (
|
|
|
"bp.jydev.jianyu360.cn/CRM/application/api/internal/service"
|
|
|
"context"
|
|
|
+ "fmt"
|
|
|
|
|
|
"bp.jydev.jianyu360.cn/CRM/application/api/internal/svc"
|
|
|
"bp.jydev.jianyu360.cn/CRM/application/api/internal/types"
|
|
@@ -26,6 +27,7 @@ func NewCandidateChannelListLogic(ctx context.Context, svcCtx *svc.ServiceContex
|
|
|
|
|
|
func (l *CandidateChannelListLogic) CandidateChannelList(req *types.ChannelListReq) (resp *types.Reply, err error) {
|
|
|
// todo: add your logic here and delete this line
|
|
|
+ logx.Info(fmt.Sprintf("%+v", req))
|
|
|
resp = &types.Reply{}
|
|
|
ownerService := &service.OwnerService{
|
|
|
PartyA: req.PartyA,
|