完善购买和套餐功能
This commit is contained in:
@@ -63,3 +63,11 @@ export function activateProductOrder(id) {
|
||||
method: "post",
|
||||
});
|
||||
}
|
||||
|
||||
/** 关闭已开通的单品功能(回收模块权益,可在购买订单中重新开通) */
|
||||
export function closeProductOrder(id) {
|
||||
return request({
|
||||
url: `/platform/product/order/close/${id}`,
|
||||
method: "post",
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user