api 추가
This commit is contained in:
@@ -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: () => {
|
||||
|
||||
Reference in New Issue
Block a user