fix:商品套餐添加固定价格
This commit is contained in:
@@ -195,6 +195,24 @@ export const enableProductPlan = (data) => {
|
||||
})
|
||||
}
|
||||
|
||||
/**禁用套餐固定价格 */
|
||||
export const disablePlanFixedPrice = (data) => {
|
||||
return http2.post('/api/v1/admin/good/plan/disable_fixed_price', data,{
|
||||
headers:{
|
||||
'Content-Type':'multipart/form-data'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
/**启用套餐固定价格 */
|
||||
export const enablePlanFixedPrice = (data) => {
|
||||
return http2.post('/api/v1/admin/good/plan/enable_fixed_price', data,{
|
||||
headers:{
|
||||
'Content-Type':'multipart/form-data'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
/**---------------------------------- */
|
||||
/**商品分组标签管理 */
|
||||
|
||||
Reference in New Issue
Block a user