瀏覽代碼

Merge branch 'dev/v1.1.51_dx' of BaseService/jyMicroservices into feature/v1.1.51

duxin 1 年之前
父節點
當前提交
df970bcfc4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      jyBXCore/api/internal/logic/mobilehotwordlogic.go

+ 1 - 0
jyBXCore/api/internal/logic/mobilehotwordlogic.go

@@ -57,6 +57,7 @@ func (l *MobileHotWordLogic) MobileHotWord(req *types.MobileHotWordReq) (resp *t
 			"keyword": datum,
 		})
 	}
+	logx.Info("判重====", req.UserId, rDataArr)
 	return &types.CommonResp{
 		Data: rDataArr,
 	}, nil