통합인증 : die코드 제거
This commit is contained in:
@ -37,7 +37,7 @@ if ($_POST["resultCode"] === "0000") {
|
|||||||
$user_name = $res_data['userName']; // 이름
|
$user_name = $res_data['userName']; // 이름
|
||||||
$birth_day = $res_data['userBirthday']; // 생년월일
|
$birth_day = $res_data['userBirthday']; // 생년월일
|
||||||
$ci = $res_data['userCi']; // CI
|
$ci = $res_data['userCi']; // CI
|
||||||
print_r2($res_data);die;
|
|
||||||
@insert_cert_history($member['mb_id'], 'inicis', $cert_type); // 인증성공 시 내역 기록
|
@insert_cert_history($member['mb_id'], 'inicis', $cert_type); // 인증성공 시 내역 기록
|
||||||
|
|
||||||
if(!$phone_no)
|
if(!$phone_no)
|
||||||
|
|||||||
Reference in New Issue
Block a user