api 추가

This commit is contained in:
focp212@naver.com
2025-11-10 18:03:38 +09:00
parent f547ec2c39
commit 5d398c9d77
5 changed files with 70 additions and 2 deletions

View File

@@ -57,6 +57,10 @@ export const API_URL_TRANSACTION = {
// POST: 현금영수증 거래확인서 다운로드
return `${API_BASE_URL}/api/v1/${API_URL_KEY}/cash-receipt/receipt/download`;
},
cashReceiptExcelDownload: () => {
// POST: 현금영수증 엑셀 다운로드
return `${API_BASE_URL}/api/v1/${API_URL_KEY}/cash-receipt/excel/download`;
},
/* Escro Management - 에스크로 API */
escrowList: () => {