통합인증 : die코드 제거

This commit is contained in:
projectSylas
2021-12-24 08:01:20 +00:00
parent 4305e6c8cc
commit 0ba6f3d861

View File

@ -37,7 +37,7 @@ if ($_POST["resultCode"] === "0000") {
$user_name = $res_data['userName']; // 이름
$birth_day = $res_data['userBirthday']; // 생년월일
$ci = $res_data['userCi']; // CI
print_r2($res_data);die;
@insert_cert_history($member['mb_id'], 'inicis', $cert_type); // 인증성공 시 내역 기록
if(!$phone_no)