Commit a03b4ffd by 阳浪

埋点

parent 9c80c463
...@@ -80,10 +80,6 @@ public class StudyCaseController { ...@@ -80,10 +80,6 @@ public class StudyCaseController {
IdOneVO idOneVO =new IdOneVO(); IdOneVO idOneVO =new IdOneVO();
idOneVO.setId(studentCaseId); idOneVO.setId(studentCaseId);
InformationViewVO viewVO = informationStudentFeignClients.getInformation(idOneVO); InformationViewVO viewVO = informationStudentFeignClients.getInformation(idOneVO);
// 添加点赞埋点
if(Objects.equals(context.getSiteType(),2)&&viewVO!=null&&viewVO.getTypeOne()!=null){
eventTrackApiClients.addEvent("event_admire_"+viewVO.getTypeOne(),studentCaseId);
}
return Response.ok(); return Response.ok();
} else { } else {
LOGGER.error("############学习案例取消点赞过程中出现错误"); LOGGER.error("############学习案例取消点赞过程中出现错误");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment