移出部分接口文件删除无用接口

This commit is contained in:
唐明明
2021-09-24 11:43:27 +08:00
parent c50a9e3abc
commit 4716a97e70
8 changed files with 32 additions and 419 deletions

View File

@@ -33,14 +33,6 @@ const couponsGoods = data => {
})
}
// 设置关联商品*********已废弃
const couponsAddgoods = (id, data) => {
return request({
url: 'coupons/tools/coupons/' + id + '/addgoods',
method: 'POST',
data
})
}
// 管理优惠券详情
const magCouponsInfo = (id) => {
@@ -68,7 +60,6 @@ export {
toolsCoupons,
pushCoupons,
couponsGoods,
couponsAddgoods,
magCouponsInfo,
magCouponsStatus,
magCouponsRecommend