Tasl:旅居分享

This commit is contained in:
linxi
2025-05-09 15:16:07 +08:00
parent 94efec7281
commit 25c2290564
2 changed files with 47 additions and 4 deletions
+5
View File
@@ -147,4 +147,9 @@ export function postJiaLouNewsView(data) {
// 旅居资讯点赞
export function postJiaLouNewsZan(data) {
return request.post('/countyFamous/news/zan', data, {login: true})
}
// 分享旅居
export function postJiaLouShare(id) {
return request.get('/countyFamous/sojourn/poster/' + id, {login: true})
}