mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 01:15:53 +08:00
IM
This commit is contained in:
5
im/src/api/goods.js
Normal file
5
im/src/api/goods.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { post, get, upload, del } from "@/utils/request";
|
||||
|
||||
export const ServeGetGoodsDetail = (data) => {
|
||||
return get(`/im/goods/goods/sku/${data.goodsId}/${data.skuId}`);
|
||||
};
|
||||
Reference in New Issue
Block a user