12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121 |
- import ajax from "@/utils/request.js";
- import ajaxAxios from "@/utils/request_axios.js";
- /**
- * 广告
- * @returns {AxjxPromise}
- */
- export function advertisementApi(data) {
- return ajax({
- url: "/kuyun_eye_ad/cbd_public/perform",
- method: "get",
- data,
- });
- }
- /**
- * 流入流出
- * @returns {AxjxPromise}
- */
- export function inOutApi(data) {
- return ajax({
- url: "/api/recent_inout",
- method: "get",
- data,
- });
- }
- /**
- * epg
- * @returns {AxjxPromise}
- */
- export function epgApi(data) {
- return ajax({
- url: "/api/recent_epgs",
- method: "get",
- data,
- });
- }
- /**
- * 直播实时 分
- * @returns {AxjxPromise}
- */
- export function liveRealDataMinApi(data) {
- return ajax({
- url: "/api/sec_ratings",
- method: "get",
- data,
- });
- }
- /**
- * 直播实时数据
- * @returns {AxjxPromise}
- */
- export function liveRealDataApi(data) {
- return ajax({
- url: "/api/min_ratings",
- method: "get",
- data,
- });
- }
- /**
- * 直播实时数据
- * @returns {AxjxPromise}
- */
- export function liveDataApi(data) {
- return ajax({
- url: "/api/tvlb",
- method: "get",
- data,
- });
- }
- /**
- * 高光数据
- * @returns {AxjxPromise}
- */
- export function heightlightDataApi(data) {
- return ajax({
- url: "/api/hl/calendar",
- method: "get",
- data,
- });
- }
- /**
- * 高光时刻
- * @returns {AxjxPromise}
- */
- export function heightlightApi(data) {
- return ajax({
- url: "/api/hl/list-milestone",
- method: "get",
- data,
- });
- }
- /**
- * 节目
- * @returns {AxjxPromise}
- */
- export function list(data) {
- return ajax({
- url: "/api/proepglb",
- method: "get",
- data,
- });
- }
- /**
- * 节目导出
- * @returns {AxjxPromise}
- */
- export function listcsv(data) {
- return ajax({
- url: "/api/proepglb/csv",
- method: "get",
- downCsv: true,
- data,
- });
- }
- /**
- * 频道
- * @returns {AxjxPromise}
- */
- export function channel(data) {
- return ajax({
- url: "/api/protvlb",
- method: "get",
- data,
- });
- }
- /**
- * 频道导出
- * @returns {AxjxPromise}
- */
- export function channelcsv(data) {
- return ajax({
- url: "/api/protvlb/csv",
- method: "get",
- downCsv: true,
- data,
- });
- }
- /**
- * 获取精品节目列表
- * @props {}
- * @returns {AxjxPromise}
- */
- export function epgList() {
- return ajax({
- urlType: "url2",
- url: "/program",
- method: "get",
- });
- }
- /**
- * 获取精品节目详情
- * @props {}
- * @returns {AxjxPromise}
- */
- export function epgDetail(data) {
- return ajax({
- urlType: "url2",
- url: "/epg-detail",
- method: "get",
- target: data.target,
- data: { epgId: data.epgId },
- });
- }
- /**
- * 获取精品节目指标
- * @props {}
- * @returns {AxjxPromise}
- */
- export function epgResult(data) {
- return ajax({
- urlType: "url2",
- url: "/epg-result",
- method: "get",
- data,
- });
- }
- /**
- * 自由接口
- * @props {url, data}
- * @return {AxjxPromise}
- */
- export function defaultAjax(props) {
- return ajax({
- urlType: "url3",
- url: props.url,
- method: "get",
- notLoad: props.notLoad,
- target: props.target,
- data: props.data,
- });
- }
- /**
- * 频率列表
- * @props {}
- * @return {AxjxPromise}
- */
- export function frequencyList() {
- return ajax({
- urlType: "url2",
- url: "/broadcast/dict",
- method: "get",
- });
- }
- /**
- * 频率查询
- * @props {}
- * @return {AxjxPromise}
- */
- export function PLList(data) {
- return ajax({
- urlType: "url2",
- url: "/broadcast/list",
- method: "get",
- data,
- });
- }
- // 全国接口
- /**
- * 频道全天节目
- * 表格查询
- * @props {}
- * @return {AxjxPromise}
- */
- export function allDayEpg(data) {
- return ajax({
- urlType: "kuyunApi",
- url: "/broadcast/list",
- method: "get",
- data,
- });
- }
- // 重叠度
- /**
- * 节目查询
- * 图表查询
- * @props {}
- * @return {AxjxPromise}
- */
- export function overlapSearchTitle(data) {
- return ajax({
- urlType: "kuyunApi",
- url: "/api/evaluation/eye/search_suggest?" + data,
- method: "GET",
- });
- }
- /**
- * 节目重叠度
- * 图表查询
- * @props {}
- * @return {AxjxPromise}
- */
- export function overlap(data) {
- return ajax({
- urlType: "kuyunApi",
- url: "/ProUserOverlapAction",
- method: "GET",
- data,
- });
- }
- /**
- * 广告频道列表
- * @props {}
- * @return {AxjxPromise}
- */
- export function adChannelList() {
- return ajax({
- urlType: "adAPI",
- url: "/ad/channel",
- method: "GET",
- });
- }
- /**
- * 投放分析
- * @props {string} channelId
- * @props {string} start
- * @props {string} end
- * @return {AxjxPromise}
- */
- export function launchList(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/day",
- method: "POST",
- data,
- });
- }
- /**
- * 时段分析
- * @props {string} channelId
- * @props {string} start
- * @props {string} end
- * @return {AxjxPromise}
- */
- export function trendList(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/hour",
- method: "POST",
- data,
- });
- }
- /**
- * 行业占比
- * @props {string} channelId
- * @props {string} start
- * @props {string} end
- * @return {AxjxPromise}
- */
- export function proportionList(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/ratio",
- method: "POST",
- data,
- });
- }
- /**
- * 客户投放详情
- * @props {string} channelId
- * @props {string} start
- * @props {string} end
- * @return {AxjxPromise}
- */
- export function customerList(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/detail",
- method: "POST",
- data,
- });
- }
- /**
- * 优势客户
- * @props {string} channelId
- * @props {string} start
- * @props {string} end
- * @return {AxjxPromise}
- */
- export function advantageousList(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/youshi",
- method: "POST",
- data,
- });
- }
- /**
- * 潜在客户
- * @props {string} channelId
- * @props {string} start
- * @props {string} end
- * @return {AxjxPromise}
- */
- export function potentialList(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/qianzai",
- method: "POST",
- data,
- });
- }
- /**
- * 饱和度
- * @props {string} channelId
- * @props {string} start
- * @props {string} end
- * @return {AxjxPromise}
- */
- export function saturationList(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/saturation",
- method: "POST",
- data,
- });
- }
- /**
- * 行业列表
- * @return {AxjxPromise}
- */
- export function allindustryList(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/industry/list",
- method: "GET",
- data,
- });
- }
- /**
- * 全行业
- * @props {string} tableType
- * @props {string} indexTime
- * @props {string} dataType
- * @return {AxjxPromise}
- */
- export function industryList(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/market",
- method: "POST",
- data,
- });
- }
- /***************************************分行业 */
- /**
- * 分行业硬广
- * @props {string} tableType
- * @props {string} indexTime
- * @props {string} dataType
- * @return {AxjxPromise}
- */
- export function byIndustryTrendHard(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/industry/TrendHard",
- method: "POST",
- data,
- });
- }
- /**
- * 分行业软广
- * @props {string} tableType
- * @props {string} indexTime
- * @props {string} dataType
- * @return {AxjxPromise}
- */
- export function byIndustryTrendSoft(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/industry/TrendSoft",
- method: "POST",
- data,
- });
- }
- /**
- * 中小行业占比
- * @props {string} tableType
- * @props {string} indexTime
- * @props {string} dataType
- * @return {AxjxPromise}
- */
- export function smallIndustryProportion(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/industry/MSIndustryProportion",
- method: "POST",
- data,
- });
- }
- /**
- * 媒体份额
- * @props {string} tableType
- * @props {string} indexTime
- * @props {string} dataType
- * @return {AxjxPromise}
- */
- export function MediaShare(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/industry/MediaShare",
- method: "POST",
- data,
- });
- }
- /**
- * 频道份额
- * @props {string} tableType
- * @props {string} indexTime
- * @props {string} dataType
- * @return {AxjxPromise}
- */
- export function ChannelDistribution(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/industry/ChannelDistribution",
- method: "POST",
- data,
- });
- }
- /**
- * 节目类型
- * @props {string} tableType
- * @props {string} indexTime
- * @props {string} dataType
- * @return {AxjxPromise}
- */
- export function ProgramTypeDistribution(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/industry/ProgramTypeDistribution",
- method: "POST",
- data,
- });
- }
- /**
- * 节目类型
- * @props {string} tableType
- * @props {string} indexTime
- * @props {string} dataType
- * @return {AxjxPromise}
- */
- export function ProgramTypeDistributionChart(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/industry/ProgramTypeDistributionTable",
- method: "POST",
- data,
- });
- }
- /**
- * 重点客户
- * @props {string} tableType
- * @props {string} indexTime
- * @props {string} dataType
- * @return {AxjxPromise}
- */
- export function ImportantCustomer(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/industry/ImportantCustomer",
- method: "POST",
- data,
- });
- }
- /**
- * 周走势
- * @props {string} tableType
- * @props {string} indexTime
- * @props {string} dataType
- * @return {AxjxPromise}
- */
- export function LastWeekTrend(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/industry/LastWeekTrend",
- method: "POST",
- data,
- });
- }
- /**
- * 品牌top
- * @props {string} dataType
- * @return {AxjxPromise}
- */
- export function BrandTop(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/index/brand",
- method: "POST",
- data,
- });
- }
- /**
- * 品牌top
- * @props {string} dataType
- * @return {AxjxPromise}
- */
- export function ChannelTop(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/index/channel",
- method: "POST",
- data,
- });
- }
- /**
- * 投放分析
- * @props {string} channelId
- * @props {string} start
- * @props {string} end
- * @return {AxjxPromise}
- */
- export function channelRank(data) {
- return ajax({
- urlType: "adAPI",
- url: "/ad/channel/rank",
- method: "POST",
- data,
- });
- }
- /**
- * 获取平台信息数据
- * @props {string} end
- * @return {AxjxPromise}
- */
- export function platform(data) {
- return ajax({
- urlType: "url2",
- url: "/new-media/agg",
- method: "POST",
- data,
- });
- }
- /**
- * 获取平台信息数据
- * @props {string} end
- * @return {AxjxPromise}
- */
- export function platformlistData(data) {
- return ajax({
- urlType: "url2",
- url: "/new-media/list",
- method: "POST",
- data,
- });
- }
- /**
- * 获取平台信息列表
- * @props {string} end
- * @return {AxjxPromise}
- */
- export function platformList(data) {
- return ajax({
- urlType: "url2",
- url: "/new-media/platform" + (data || ""),
- method: "POST",
- });
- }
- /**
- * 归集登录
- * @return {AxjxPromise}
- */
- export function guijiLogin(data) {
- return ajaxAxios({
- url: "/login-v2",
- method: "POST",
- data,
- });
- }
- /**
- * 归集活动接口
- * @return {AxjxPromise}
- */
- export function guijiActivity(data) {
- return ajaxAxios({
- url: "/activity/list",
- method: "POST",
- data,
- });
- }
- /**
- * 归集话题
- * @props {string} activityId
- * @return {AxjxPromise}
- */
- export function guijiTopic(data) {
- return ajaxAxios({
- url: "/topic/list",
- method: "POST",
- data,
- });
- }
- /**
- * 传播数据
- * @props {string} topic
- * @return {AxjxPromise}
- */
- export function guijiSpread(data) {
- return ajaxAxios({
- url: "/topic/overview?topic=" + data.topic,
- method: "GET",
- });
- }
- /**
- * 传播量趋势
- * @props {string} topic
- * @return {AxjxPromise}
- */
- export function guijiTrend(data) {
- return ajaxAxios({
- url: "/topic/history?topic=" + data.topic,
- method: "GET",
- });
- }
- /**
- * 部门传播量排行
- * @props {string} depRange
- * @props {string} title
- * @return {AxjxPromise}
- */
- export function guijiDepartment(data) {
- return ajaxAxios({
- url: "/topic/read",
- method: "POST",
- data,
- });
- }
- /**
- * 热点报道
- * @props {string} topic
- * @return {AxjxPromise}
- */
- export function guijiHottopic(data) {
- return ajaxAxios({
- url: "/charts/hot-topic?topic=" + data.topic,
- method: "GET",
- });
- }
- /**
- * 部门列表
- * @return {AxjxPromise}
- */
- export function guijiBumenList() {
- return ajaxAxios({
- url: "/topic/dep-dict",
- method: "GET",
- });
- }
- /**
- * 发稿统计
- * @return {AxjxPromise}
- */
- export function guijiFagao(data) {
- return ajaxAxios({
- url: "/topic/detail",
- method: "POST",
- data,
- });
- }
- /**
- * 发稿统计
- * @return {AxjxPromise}
- */
- export function leverAudience(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/flow/channels",
- method: "GET",
- data,
- });
- }
- /**
- * 广播重点数据
- * @return {AxjxPromise}
- */
- export function audioKeyGet(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-radio-rate/radio-program-rate",
- method: "POST",
- data,
- });
- }
- /**
- * 广播数据
- * @return {AxjxPromise}
- */
- export function audioGet(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-radio-rate/radio-rate",
- method: "POST",
- data,
- });
- }
- /**
- * 广播列表
- * @return {AxjxPromise}
- */
- export function audioList(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-radio-rate/radio-names",
- method: "GET",
- data,
- });
- }
- /**
- * 广播地区列表
- * @return {AxjxPromise}
- */
- export function audioAreaList() {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-radio-rate/area-names",
- method: "GET",
- });
- }
- /**
- * 获取app在线实时数
- * @return {AxjxPromise}
- */
- export function getRealAppOnline(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/realTime/data",
- method: "GET",
- data,
- });
- }
- /**
- * 获取大数据平台检索条件的权限
- * @return {AxjxPromise}
- */
- export function getRule(data) {
- const parent = window.parent;
- let token = parent.localStorage.token || "";
- return ajax({
- urlType: "leverAudience",
- url: "/rmtrate/NODE/SEQ/roleCtrl/findRoleCtrl",
- method: "POST",
- headers: {
- UserInfo: token,
- requestid: "tv" + Date.now(),
- },
- data,
- });
- }
- /**
- * 获取大数据平台应用列表
- * @return {AxjxPromise}
- */
- export function getAppList(data) {
- const parent = window.parent.localStorage;
- let token = parent.token || "";
- return ajax({
- urlType: "leverAudience",
- url: "/rmtrate/sysparam/info",
- method: "POST",
- headers: {
- UserInfo: token,
- requestid: "tv" + Date.now(),
- },
- data,
- });
- }
- /**
- * 获取大数据平台app历史数据
- * @return {AxjxPromise}
- */
- export function getHistory(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/user/trend",
- method: "POST",
- data,
- });
- }
- /**
- * 获取大数据平台指定应用的版本号,渠道
- * @return {AxjxPromise}
- */
- export function getSearchData(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/param/info",
- method: "POST",
- data,
- });
- }
- /**
- * 获取大数据平台内容分析 Top10;
- * @return {AxjxPromise}
- */
- export function getContentTop10(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/content/top10",
- method: "POST",
- data,
- });
- }
- /**
- * 获取大数据平台内容分析 检索内容汇总new-media;
- * @return {AxjxPromise}
- */
- export function getContentTotle(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/content/total",
- method: "POST",
- data,
- });
- }
- /**
- * 获取大数据平台内容分析 图形;
- * @return {AxjxPromise}
- */
- export function getContentChart(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/content/dt",
- method: "POST",
- data,
- });
- }
- /**
- * 获取大数据平台内容分析 表格;
- * @return {AxjxPromise}
- */
- export function getContentPage(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/content/list",
- method: "POST",
- data,
- });
- }
- /**
- * 获取大数据平台新用户留存分析 表格;
- * @return {AxjxPromise}
- */
- export function getKeepPage(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/user/keep",
- method: "POST",
- data,
- });
- }
- /**
- * 获取大数据平台活跃用户留存分析 表格;
- * @return {AxjxPromise}
- */
- export function getActivePage(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/user/active-keep",
- method: "POST",
- data,
- });
- }
- /**
- * 获取大数据平台新用户留存分析 表格;
- * @return {AxjxPromise}
- */
- export function getSearchPage(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/search/list",
- method: "POST",
- data,
- });
- }
- /**
- * 获取大数据平台新用户留存分析 top10;
- * @return {AxjxPromise}
- */
- export function getSearchTop10(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/search/top10",
- method: "POST",
- data,
- });
- }
- /**
- * 获取大数据平台版本分析 表格;
- * @return {AxjxPromise}
- */
- export function getVersionPage(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/user/version",
- method: "POST",
- data,
- });
- }
- /**
- * 获取大数据平台版本分析 图表;
- * @return {AxjxPromise}
- */
- export function getVersionChart(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/user/version-dt",
- method: "POST",
- data,
- });
- }
- /**
- * 获取大数据平台直播分析 表格;
- * @return {AxjxPromise}
- */
- export function getLivePage(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/live/list",
- method: "POST",
- data,
- });
- }
- /**
- * 获取大数据平台地域分析 地图;
- * @return {AxjxPromise}
- */
- export function getRegionChart(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/user/area",
- method: "POST",
- data,
- });
- }
- /**
- * 获取大数据平台渠道分析 图表;
- * @return {AxjxPromise}
- */
- export function getChannleChart(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/user/manufacturer-dt",
- method: "POST",
- data,
- });
- }
- /**
- * 获取大数据平台渠道分析 页面;
- * @return {AxjxPromise}
- */
- export function getChannlePage(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/user/manufacturer",
- method: "POST",
- data,
- });
- }
- /**
- * 获取大数据平台概览数据;
- * @return {AxjxPromise}
- */
- export function getOverviewPage(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/overview",
- method: "POST",
- data,
- });
- }
- /**
- * 获取大数据平台概-览用户概览数据;
- * @return {AxjxPromise}
- */
- export function getUserOverviewPage(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/overview/user",
- method: "POST",
- data,
- });
- }
- /**
- * 获取大数据平台概览-地域概览数据;
- * @return {AxjxPromise}
- */
- export function getAreaOverviewPage(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/overview/area",
- method: "POST",
- data,
- });
- }
- /**
- * 获取大数据平台新媒体用户活跃度数据;
- * @return {AxjxPromise}
- */
- export function getUserActivity(data) {
- return ajax({
- urlType: "leverAudience",
- url: "/cxzx-program/new-media/user/activity/list-v2",
- method: "POST",
- data,
- });
- }
|