KG이니시스 통합인증 테스트키 수정
This commit is contained in:
@ -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';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user