부가서비스

- 계좌성명조회 - 조회신청 API 연결
This commit is contained in:
HyeonJongKim
2025-09-22 17:23:10 +09:00
parent b5bdd3d855
commit 546b623bb7
10 changed files with 80 additions and 29 deletions

View File

@@ -122,7 +122,7 @@ export const KeyInPaymentPage = () => {
minAmount: newMinAmount,
maxAmount: newMaxAmount
}).then((rs) => {
console.log('Excel Dowload Status : ' + rs.status)
});
};