Task:村屋多加一级分类

This commit is contained in:
modendeveloper
2024-12-26 23:30:30 +08:00
parent 0ceb016e20
commit 8aa2454a1a
2 changed files with 63 additions and 2 deletions
+4
View File
@@ -99,3 +99,7 @@ export function getCountyFamousVillageNews(param) {
export function getShareImg(id) {
return request.get('/countyFamous/poster/' + id, {login: true})
}
export function getSaleList(params) {
return request.get('/countyFamous/village/category', params, {login: true})
}