k94314517
2025-03-19 5b1b663f77cb59599302a93fb6cb2da208602c34
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
  })
}