Feat(店铺):分享功能对接
This commit is contained in:
+9
-1
@@ -219,4 +219,12 @@ export function setTopHotelNew(data) {
|
||||
return request.post("/api/hotelNews/setIsTop", data, {
|
||||
login: true
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 店铺转发分享背景图片
|
||||
* @param id 店铺ID int
|
||||
* */
|
||||
export function getHotelShareBackgroundImage(id) {
|
||||
return request.get("/api/hotelMain/shareBackgroundImage/" + id, {}, {login: true})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user