Task:多店铺选择

This commit is contained in:
linxi
2025-03-24 18:13:19 +08:00
parent a1182276a9
commit 85b1a8f0f1
4 changed files with 133 additions and 5 deletions
+6
View File
@@ -266,5 +266,11 @@ export function shareTown(id) {
return request.get("/ancientTown/poster/" + id, {login: true})
}
/**
* 获取用户店铺列表
*/
export function getMerchantApply() {
return request.get("/merchantApply/userHotels", {}, {login: true})
}