- 자금이체 입금확인증 다운로드 API 추가

- 분리승인 누락 CSS 추가
- 알림톡 리스트 수정
This commit is contained in:
HyeonJongKim
2025-10-22 09:59:40 +09:00
parent ead259e91e
commit 1e7f13d5cc
6 changed files with 346 additions and 54 deletions

View File

@@ -209,4 +209,8 @@ export const API_URL_ADDITIONAL_SERVICE = {
// POST: 자금이체 이체내역 목록 조회
return `${API_BASE_URL}/api/v1/${API_URL_KEY}/extension/fund-account/balance`;
},
extensionFundAccountDownloadReceipt: () => {
// POST: 자금이체 > 입금확인증 다운로드
return `${API_BASE_URL}/api/v1/${API_URL_KEY}/extension/fund-account/result/receipt`;
},
};