mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 10:00:30 +08:00
feat(m9): add CSV export for contract-sn report
This commit is contained in:
@@ -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 });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user