Feat(店铺):点击查看资讯图片或者视频增加访问人数
This commit is contained in:
@@ -228,3 +228,11 @@ export function setTopHotelNew(data) {
|
||||
export function getHotelShareBackgroundImage(id) {
|
||||
return request.get("/api/hotelMain/shareImage/" + id, {}, {login: true})
|
||||
}
|
||||
|
||||
/**
|
||||
* 店铺资讯
|
||||
* @param id 店铺资讯ID int
|
||||
* */
|
||||
export function hotelNewsView(data) {
|
||||
return request.post("/api/hotelNews/view", data, {login: true})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user