- ars,SMS,KeyIn 수정

This commit is contained in:
HyeonJongKim
2025-10-28 20:29:34 +09:00
parent 84ade896c4
commit 7a8cafe7bb
16 changed files with 153 additions and 96 deletions

View File

@@ -77,7 +77,7 @@ export const KeyInPaymentPage = () => {
const callList = (type?: string) => {
setOnActionIntersect(false);
let listParams = {
mid: mid,
mid: 'nictest02m',
startDate: startDate,
endDate: endDate,
transactionType: transactionType,

View File

@@ -64,12 +64,11 @@ export const KeyInPaymentRequestPage = () => {
const callKeyInPaymentRequest = () => {
const cardNo = `${cardNo1}${cardNo2}${cardNo3}${cardNo4}`;
const cardExpire = `${expMon}${expYear}`
let keyInApplyParams = {
mid: mid,
cardNo: cardNo,
expYear: expYear,
expMon: expMon,
cardExpire: cardExpire,
instmnt: instmnt,
amount: amount,
productName: productName,