Feat:分享接口对接&&换一换接口对接

This commit is contained in:
modendeveloper
2024-12-14 21:56:37 +08:00
parent b535e21e2f
commit eddb02d2cf
4 changed files with 193 additions and 11 deletions
+4
View File
@@ -262,5 +262,9 @@ export function watchTownActive(data) {
return request.post("/ancientTown/activity/view", data, {login: true})
}
export function shareTown(id) {
return request.get("/ancientTown/poster/" + id, {login: true})
}