素材概括统计数据接口 websocket测试 GET http://localhost:8082/upaiAdmin/crm/materialGeneralize/findTotalMaterialGeneralize 响应参数 ``` { "msg": "success", "code": 200, "materialGeneralizeVo": { "materialTotalCount": 25, //素材总数量 "imageMaterialTotalCount": 14, //图片素材总数量 "videoMaterialTotalCount": 5, //视频素材总数量 "articleMaterialTotalCount": 6, //文章素材总数量 "materialYearTotalCount": 25, //本年素材量 "imageMaterialYearTotalCount": 14, //本年图片素材量 "videoMaterialYearTotalCount": 5,//本年视频素材量 "articleMaterialYearTotalCount": 6, //本年文章素材量 "materialMonthCount": 20,//本月素材量 "imageMaterialMonthCount": 12, //本月图片素材量 "videoMaterialMonthCount": 2,//本月视频素材量 "articleMaterialMonthCount": 6,//本月文章素材量 "materialMonthPageViews": 6,//本月浏览量 "materialMonthForwarding": 6, //本月转发量 "materialMonthDownLoads": 4,//本月下载量 "year": "2021", //当前年 "imageList": [ //图片关键词集合 { "materialGeneralizeId": 1, //id "hotkeyWords": "每日一读", //图片素材热搜关键字 "searches": 27, //热搜次数 "hotkeyWordsType": 1 //热搜关键词类型(1图片,2视频,3文章) }, { "materialGeneralizeId": 2, "hotkeyWords": "面部调理", "searches": 565, "hotkeyWordsType": 1 }, { "materialGeneralizeId": 3, "hotkeyWords": "门店线下经营会", "searches": 66, "hotkeyWordsType": 1 }, { "materialGeneralizeId": 4, "hotkeyWords": "国庆海波图", "searches": 33, "hotkeyWordsType": 1 }, { "materialGeneralizeId": 5, "hotkeyWords": "今天天气怎么样?", "searches": 8, "hotkeyWordsType": 1 } ], "videoList": [ //视频关键词集合 { "materialGeneralizeId": 6,//id "hotkeyWords": "每日一读", //视频热搜关键字 "searches": 8, //热搜次数 "hotkeyWordsType": 2 //热搜关键词类型(1图片,2视频,3文章) } ], "articleList": [ //文章关键词集合 { "materialGeneralizeId": 7, id "hotkeyWords": "每日一读", //文章热搜关键字 "searches": 7, //热搜次数 "hotkeyWordsType": 3 //热搜关键词类型(1图片,2视频,3文章) } ] } } ```
``` { "msg": "success", "code": 200, "materialGeneralizeVo": { "materialTotalCount": 25, //素材总数量 "imageMaterialTotalCount": 14, //图片素材总数量 "videoMaterialTotalCount": 5, //视频素材总数量 "articleMaterialTotalCount": 6, //文章素材总数量 "materialYearTotalCount": 25, //本年素材量 "imageMaterialYearTotalCount": 14, //本年图片素材量 "videoMaterialYearTotalCount": 5,//本年视频素材量 "articleMaterialYearTotalCount": 6, //本年文章素材量 "materialMonthCount": 20,//本月素材量 "imageMaterialMonthCount": 12, //本月图片素材量 "videoMaterialMonthCount": 2,//本月视频素材量 "articleMaterialMonthCount": 6,//本月文章素材量 "materialMonthPageViews": 6,//本月浏览量 "materialMonthForwarding": 6, //本月转发量 "materialMonthDownLoads": 4,//本月下载量 "year": "2021", //当前年 "imageList": [ //图片关键词集合 { "materialGeneralizeId": 1, //id "hotkeyWords": "每日一读", //图片素材热搜关键字 "searches": 27, //热搜次数 "hotkeyWordsType": 1 //热搜关键词类型(1图片,2视频,3文章) }, { "materialGeneralizeId": 2, "hotkeyWords": "面部调理", "searches": 565, "hotkeyWordsType": 1 }, { "materialGeneralizeId": 3, "hotkeyWords": "门店线下经营会", "searches": 66, "hotkeyWordsType": 1 }, { "materialGeneralizeId": 4, "hotkeyWords": "国庆海波图", "searches": 33, "hotkeyWordsType": 1 }, { "materialGeneralizeId": 5, "hotkeyWords": "今天天气怎么样?", "searches": 8, "hotkeyWordsType": 1 } ], "videoList": [ //视频关键词集合 { "materialGeneralizeId": 6,//id "hotkeyWords": "每日一读", //视频热搜关键字 "searches": 8, //热搜次数 "hotkeyWordsType": 2 //热搜关键词类型(1图片,2视频,3文章) } ], "articleList": [ //文章关键词集合 { "materialGeneralizeId": 7, id "hotkeyWords": "每日一读", //文章热搜关键字 "searches": 7, //热搜次数 "hotkeyWordsType": 3 //热搜关键词类型(1图片,2视频,3文章) } ] } } ```