api 추가

This commit is contained in:
focp212@naver.com
2025-11-11 09:14:34 +09:00
parent 237eedf805
commit a7c980dff8
4 changed files with 56 additions and 1 deletions

View File

@@ -75,6 +75,10 @@ export const API_URL_TRANSACTION = {
// POST: 에스크로 메일 재발송
return `${API_BASE_URL}/api/v1/${API_URL_KEY}/escrows/mail/resend`;
},
escrowDownloadExcel: () => {
// POST: 에스크로 거래내역 엑셀 다운로드
return `${API_BASE_URL}/api/v1/${API_URL_KEY}/escrows/download/excel`;
},
/* Billing Management - 빌링 API */
billingList: () => {