Feat:千县城市分享

This commit is contained in:
modendeveloper
2024-11-30 12:20:20 +08:00
parent 088f3ea370
commit fc47a981f9
2 changed files with 20 additions and 5 deletions
+5
View File
@@ -94,3 +94,8 @@ export function getCountyFamousVillageDetail(id) {
export function getCountyFamousVillageNews(param) {
return request.get('/countyFamous/village/news', param, { login: true })
}
// 获取千县分享图
export function getShareImg(id) {
return request.get('/countyFamous/poster/' + id, {login: true})
}