Feat:千县店铺

This commit is contained in:
LinCyJang
2025-12-14 11:34:20 +08:00
parent f055036001
commit 0292dbd056
2 changed files with 60 additions and 30 deletions
+7
View File
@@ -282,3 +282,10 @@ export function getCityNewsDetail(id) {
export function getCityNewsCategory() {
return request.get('/countyFamous/newsCategory', {}, {login: true})
}
/**
* 获取县城店铺列表
*/
export function getCityShopList(params) {
return request.get('/countyFamous/hotel', params, {login: true})
}