거래내역 엑셀 다운로드

This commit is contained in:
focp212@naver.com
2025-11-11 10:22:43 +09:00
parent 7c00077b6c
commit f72fcf0604
9 changed files with 150 additions and 16 deletions

View File

@@ -93,5 +93,9 @@ export const API_URL_TRANSACTION = {
// POST: 빌링 결제 신청
return `${API_BASE_URL}/api/v1/${API_URL_KEY}/billing/charge`;
},
billingExcel: () => {
// POST: 빌링 거래내역 엑셀 다운로드
return `${API_BASE_URL}/api/v1/${API_URL_KEY}/billing/excel`;
}
};