From 03fbaa3ebea4cd30ad798a4ec5c27dbb2c2daf86 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期二, 16 三月 2021 18:31:59 +0800 Subject: [PATCH] echart里程标 --- src/api/shuohuang.ts | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/api/shuohuang.ts b/src/api/shuohuang.ts index bb13c83..f6c96a6 100644 --- a/src/api/shuohuang.ts +++ b/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 }) -- Gitblit v1.8.0