Feat:千县店铺
This commit is contained in:
@@ -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})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user