feat: 商品详情接口
This commit is contained in:
@@ -5,10 +5,10 @@ const scenicProductHome = (args) => {
|
|||||||
return request.post("/hotelBiz/commodity/scenicProductHome", args);
|
return request.post("/hotelBiz/commodity/scenicProductHome", args);
|
||||||
};
|
};
|
||||||
|
|
||||||
/// 景区分类商品分页列表
|
/// 景区分类商品详情
|
||||||
const scenicCategoryProductsList = (args) => {
|
const scenicProductDetail = (args) => {
|
||||||
return request.post("/hotelBiz/commodity/scenicCategoryProducts", args);
|
return request.post("/hotelBiz/commodity/productDetailV2", args);
|
||||||
};
|
};
|
||||||
|
|
||||||
export { scenicProductHome, scenicCategoryProductsList };
|
export { scenicProductHome, scenicProductDetail };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user