feat:重新对接首页接口
This commit is contained in:
@@ -11,8 +11,8 @@ export function getWeatherApi() {
|
||||
// 核心景区视频
|
||||
export function getVideoListApi(data) {
|
||||
return request({
|
||||
url: 'http://36.138.38.16:6180/fjtcc-api/api/video/list',
|
||||
method: 'get',
|
||||
url: '/api/largeScreen/video/list',
|
||||
method: 'post',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
@@ -20,8 +20,8 @@ export function getVideoListApi(data) {
|
||||
// 刷新播放地址
|
||||
export function postRefreshApi(data) {
|
||||
return request({
|
||||
url: 'http://36.138.38.16:6180/fjtcc-api/api/video/refresh',
|
||||
method: 'POST',
|
||||
url: '/api/largeScreen/video/refresh',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user