src/api/shuohuang.ts
@@ -36,6 +36,12 @@ method: 'get', params: query }) export const getCarVideos = (query: any) => request({ url: '/data/api-c/lkg/getCarVideos', method: 'get', params: query }) export const getLabelMap = () => request({ url: '/data/api-c/lkg/getCode', @@ -89,9 +95,9 @@ method: 'get', params: query }) export const getVideoListByTrainNumber = (query: any) => export const getVideoListBySearch = (query: any) => request({ url: '/data/api-c/lkg/getlstB', url: '/data/api-c/lkg/getlstBySearch', method: 'get', params: query })