l l
liukangdong
2025-02-25 1f013658d7b3835625aacdb17f42cac0cb7671ce
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
  })
}