jiangping
2023-12-20 af4a912b4c50cc03d1f147ac4778b87e4ff4d2ac
admin/src/api/business/wxBillDetail.js
@@ -6,3 +6,19 @@
    trim: true
  })
}
// 导出Excel
export function exportExcel (data) {
  return request.post('/business/goodsorder/exportAccountDetailExcel', data, {
    trim: true,
    download: true
  })
}
// 导出Excel
export function exportNotBikeExcel (data) {
  return request.post('/business/wxBillDetail/exportNotBikeExcel', data, {
    trim: true,
    download: true
  })
}