|
|
@ -149,9 +149,9 @@ export default { |
|
|
|
// 年月卡订单-订单退款 |
|
|
|
userMonthlyCardRefundFixed({ order_no = '', amount = 0, integral = 0 }){ |
|
|
|
util.showLoad(); |
|
|
|
server.get({ |
|
|
|
server.post({ |
|
|
|
url: ORDER_API.userMonthlyCardRefundFixed, |
|
|
|
data: { order_no, amount, integral }, |
|
|
|
data: { order_no, amount, deduction_integral: integral }, |
|
|
|
isDefaultGet: false |
|
|
|
}) |
|
|
|
.then(res=>{ |
|
|
|