Task:旅居列表接口对接

This commit is contained in:
modendeveloper
2025-04-27 00:06:13 +08:00
parent 3c56f3cfb5
commit 491323fc17
2 changed files with 200 additions and 34 deletions
+5
View File
@@ -103,3 +103,8 @@ export function getShareImg(id) {
export function getSaleList(params) {
return request.get('/countyFamous/village/category', params, {login: true})
}
// 旅居列表
export function getJiaLouList(params) {
return request.get('/countyFamous/sojourn', params, {login: true})
}