Commit 612ebb67 authored by jiaorz's avatar jiaorz

123

parent 9001cbaf
...@@ -98,6 +98,17 @@ export function calculate(no, params) { ...@@ -98,6 +98,17 @@ export function calculate(no, params) {
}); });
} }
/**
* @param {Object} no
* @param {Object} params计算违约价格
*/
export function getViolatePrice(no) {
return fetch({
url: '/api/order/orderRefund/back-stage/getViolatePrice/'+ no,
method: 'post',
});
}
//创建订单 //创建订单
export function orderStatistics(params) { export function orderStatistics(params) {
return fetch({ return fetch({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment