KG이니시스 통합인증 테스트키 수정

This commit is contained in:
thisgun
2023-10-18 17:23:43 +09:00
parent 20dc211a82
commit 91715ff830

View File

@ -12,9 +12,9 @@ if($config['cf_cert_use'] == 2) { // 실서비스 일때
$mTxId ='SIR_'.$max_cr_id; $mTxId ='SIR_'.$max_cr_id;
certify_count_check($member['mb_id'], 'simple'); // 금일 인증시도 횟수 체크 certify_count_check($member['mb_id'], 'simple'); // 금일 인증시도 횟수 체크
} else { // 테스트 일때 } else { // 테스트 일때
$mid = "INIiasTest"; $mid = "SRAiasTest";
$apiKey = "TGdxb2l3enJDWFRTbTgvREU3MGYwUT09"; $apiKey = "43700dfd4c795fe9550853aef3b6aaf1";
$mTxId ='test_'.$max_cr_id; $mTxId ='SIR_'.$max_cr_id;
} }
$reqSvcCd ='01'; $reqSvcCd ='01';