浏览代码

!164 优惠券迁移vue3 Merge pull request !164 from dhb52/dev

shizhong 1 年之前
父节点
当前提交
0d0b2265c6
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/api/mall/product/spu.ts

+ 5 - 0
src/api/mall/product/spu.ts

@@ -93,3 +93,8 @@ export const exportSpu = async (params) => {
 export const getSpuSimpleList = async () => {
   return request.get({ url: '/product/spu/get-simple-list' })
 }
+
+// 获得商品 SPU 精简列表
+export const getSpuSimpleList = async () => {
+  return request.get({ url: '/product/spu/get-simple-list' })
+}