feat: 日历组件|复选框组件优化
This commit is contained in:
@@ -9,4 +9,9 @@ const orderPay = (args) => {
|
||||
return request.post("/hotelBiz/trade/order", args);
|
||||
};
|
||||
|
||||
export { goodsDetail, orderPay };
|
||||
// 获取商品日价格及库存
|
||||
const commodityDailyPriceList = (args) => {
|
||||
return request.post("/hotelBiz/commodity/commodityDailyPriceList", args);
|
||||
};
|
||||
|
||||
export { goodsDetail, commodityDailyPriceList, orderPay };
|
||||
|
||||
Reference in New Issue
Block a user