feat:对接景区接口

This commit is contained in:
zjc
2025-01-17 19:15:14 +08:00
parent fd8ede8a32
commit 8eb966fa14
29 changed files with 510 additions and 315 deletions

View File

@@ -65,3 +65,11 @@ export function getSpotApi() {
method: 'post'
})
}
// 景区列表
export function getSpotListApi() {
return request({
url: '/fjtcc-api/api/largeScreen/spot/list',
method: 'get'
})
}