Feat:寻千县万村店铺增加2级分类

This commit is contained in:
LinCyJang
2026-01-31 15:45:51 +08:00
parent 2682ecaecd
commit 7b1ac89b5b
4 changed files with 158 additions and 18 deletions
+4
View File
@@ -312,3 +312,7 @@ export function getCityNewsCategory() {
export function getCityShopList(params) {
return request.get('/countyFamous/hotel', params, {login: true})
}
export function getCountyFamousHotelType() {
return request.get('/countyFamous/hotelType', {}, {login: true})
}