heyujie
2021-06-25 81fd2fff7dba4af2749ce5288a7afde8e5cdb538
src/api/shuohuang.ts
@@ -1,4 +1,6 @@
import request from '@/scripts/httpRequest'
import qs from "qs";
//初始化查询
export const getlstInit = (query: any) =>
@@ -28,7 +30,7 @@
  request({
    url: '/data/api-c/lkg/updateFollow',
    method: 'post',
    data
    data: qs.stringify(data)
  })
export const getRelatedVideoInfo = (query: any) =>
  request({
@@ -187,4 +189,9 @@
  url: '/data/api-c/event/getEventVideo',
  method: 'get',
  params: query
})
export const downloadFile = () => request({
  url: '/data/api-c/event/getEventVideo',
  method: 'get',
})