Task(千县名品):商铺跳转

This commit is contained in:
modendeveloper
2024-10-28 23:35:59 +08:00
parent c8a7ea63e3
commit 5ff8f5f76f
2 changed files with 19 additions and 9 deletions
+5
View File
@@ -236,3 +236,8 @@ export function getHotelShareBackgroundImage(id) {
export function hotelNewsView(data) {
return request.post("/api/hotelNews/view", data, {login: true})
}
export function getFarmerShop(id) {
return request.get("/api/countyFamous/farmerShop/" + id)
}