营销活动:新增文章管理。

This commit is contained in:
puhui999
2023-10-15 16:14:09 +08:00
parent 36bb90fbb8
commit befffb3f7d
7 changed files with 619 additions and 8 deletions

View File

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