From 0d0b2265c69b33d513f90eb7d0415b9327e9c0bd Mon Sep 17 00:00:00 2001 From: shizhong <124974919@qq.com> Date: Thu, 27 Jul 2023 18:53:17 +0800 Subject: [PATCH] =?UTF-8?q?!164=20=E4=BC=98=E6=83=A0=E5=88=B8=E8=BF=81?= =?UTF-8?q?=E7=A7=BBvue3=20Merge=20pull=20request=20!164=20from=20dhb52/de?= =?UTF-8?q?v?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mall/product/spu.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/api/mall/product/spu.ts b/src/api/mall/product/spu.ts index b6bec97e..3f583a03 100644 --- a/src/api/mall/product/spu.ts +++ b/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' }) +}