feat(m9): add CSV export for contract-sn report

This commit is contained in:
2026-05-25 01:37:37 +08:00
parent 46f28d2d97
commit c088c0ed71
4 changed files with 84 additions and 1 deletions
@@ -373,6 +373,9 @@ export function updateNotificationConfig(body) {
export function getContractSnReport(params) {
return axios.get('/api/v1/reports/contract-sn', { params });
}
export function exportReport(params) {
return axios.get('/api/v1/reports/export', { params, responseType: 'blob' });
}
export function getCallbackStats(params) {
return axios.get('/api/v1/reports/callback-stats', { params });
}