Feat(搜索):接口对接

This commit is contained in:
lifizer
2024-04-08 23:46:32 +08:00
parent 2fde80fc1d
commit 016fef50aa
7 changed files with 391 additions and 308 deletions
+5
View File
@@ -210,3 +210,8 @@ export function storeListApi(data) {
login: false
});
}
// 商品列表
export function getHotels(param) {
return request.get('/api/hotelMain/search', param, { login: false })
}