|
@@ -6,7 +6,6 @@ import (
|
|
"bp.jydev.jianyu360.cn/BaseService/userCenter/entity"
|
|
"bp.jydev.jianyu360.cn/BaseService/userCenter/entity"
|
|
"bp.jydev.jianyu360.cn/BaseService/userCenter/rpc/pb"
|
|
"bp.jydev.jianyu360.cn/BaseService/userCenter/rpc/pb"
|
|
"context"
|
|
"context"
|
|
- "log"
|
|
|
|
"net/http"
|
|
"net/http"
|
|
"strings"
|
|
"strings"
|
|
|
|
|
|
@@ -33,7 +32,6 @@ func NewWorkDesktopMenuInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext
|
|
}
|
|
}
|
|
|
|
|
|
func (l *WorkDesktopMenuInfoLogic) WorkDesktopMenuInfo(req *types.WorkDesktopMenuInfoReq) (resp *types.CommonResp, err error) {
|
|
func (l *WorkDesktopMenuInfoLogic) WorkDesktopMenuInfo(req *types.WorkDesktopMenuInfoReq) (resp *types.CommonResp, err error) {
|
|
- log.Println(config.C.IntranetName, "------:", l.r.Referer())
|
|
|
|
res, err := entity.UserCenterRpc.WorkDesktopMenuInfo(l.ctx, &pb.WorkDesktopMenuInfoReq{
|
|
res, err := entity.UserCenterRpc.WorkDesktopMenuInfo(l.ctx, &pb.WorkDesktopMenuInfoReq{
|
|
AppId: req.AppId,
|
|
AppId: req.AppId,
|
|
UserId: req.UserId,
|
|
UserId: req.UserId,
|