|
@@ -31,7 +31,8 @@ export function orderInvoiceRed(params) {
|
|
|
// 详情
|
|
|
export function getInvoiceDetail(params) {
|
|
|
return request({
|
|
|
- url: '/order/orderInvoice/getInvoiceDetail',
|
|
|
+ // url: '/order/orderInvoice/getInvoiceDetail',
|
|
|
+ url: '/order/orderInvoice/getDetial',
|
|
|
method: 'get',
|
|
|
params
|
|
|
});
|