feat: 获取商品类型列表
This commit is contained in:
@@ -14,9 +14,14 @@ const commodityDailyPriceList = (args) => {
|
||||
return request.post("/hotelBiz/commodity/commodityDailyPriceList", args);
|
||||
};
|
||||
|
||||
// 分页查询商品分类列表
|
||||
const commodityTypePageList = (args) => {
|
||||
return request.post("/hotelBiz/commodity/commodityTypePageList", args);
|
||||
};
|
||||
|
||||
// 快速预定分页列表
|
||||
const quickBookingList = (args) => {
|
||||
return request.post("/hotelBiz/mainScene/quickBookingList", args);
|
||||
};
|
||||
|
||||
export { goodsDetail, commodityDailyPriceList, orderPay, quickBookingList };
|
||||
export { goodsDetail, commodityDailyPriceList, orderPay, quickBookingList, commodityTypePageList };
|
||||
|
||||
Reference in New Issue
Block a user