|
|
@ -68,7 +68,7 @@ public class MobilePageService extends AbstractService implements IMobilePageSer
|
|
|
|
|
|
|
|
|
|
|
|
if (Checks.isEmpty(reqDTO.getToken()) || Checks.isEmpty(reqDTO.getDocumentBinderUuid()) || Checks.isEmpty(reqDTO.getExternalDocumentUuid()))
|
|
|
|
if (Checks.isEmpty(reqDTO.getToken()) || Checks.isEmpty(reqDTO.getDocumentBinderUuid()) || Checks.isEmpty(reqDTO.getExternalDocumentUuid()))
|
|
|
|
throw BizRuntimeException.create(String.valueOf(ErrorCode.BAD_REQUEST.getHttpStatus().value()), "카카오페이 정상 요청이 아닙니다. 재인증 후 시도하시기 바랍니다.");
|
|
|
|
throw BizRuntimeException.create(String.valueOf(ErrorCode.BAD_REQUEST.getHttpStatus().value()), "카카오페이 정상 요청이 아닙니다. 재인증 후 시도하시기 바랍니다.");
|
|
|
|
// document_binder_uuid와 external_document_uuid로 데이타 검증
|
|
|
|
|
|
|
|
final MobilePageManage mobilePageManage = mapper.selectKkopayMobilePage(reqDTO);
|
|
|
|
final MobilePageManage mobilePageManage = mapper.selectKkopayMobilePage(reqDTO);
|
|
|
|
if(mobilePageManage == null) throw BizRuntimeException.create("데이타 오류[카카오페이 내문서함 정보가 없습니다]");
|
|
|
|
if(mobilePageManage == null) throw BizRuntimeException.create("데이타 오류[카카오페이 내문서함 정보가 없습니다]");
|
|
|
|
|
|
|
|
|
|
|
@ -109,7 +109,7 @@ public class MobilePageService extends AbstractService implements IMobilePageSer
|
|
|
|
|
|
|
|
|
|
|
|
if (Checks.isEmpty(reqDTO.getToken()) || Checks.isEmpty(reqDTO.getEnvelopeId()) || Checks.isEmpty(reqDTO.getExternalId()))
|
|
|
|
if (Checks.isEmpty(reqDTO.getToken()) || Checks.isEmpty(reqDTO.getEnvelopeId()) || Checks.isEmpty(reqDTO.getExternalId()))
|
|
|
|
throw BizRuntimeException.create(String.valueOf(ErrorCode.BAD_REQUEST.getHttpStatus().value()), "카카오톡 정상 요청이 아닙니다. 재인증 후 시도하시기 바랍니다.");
|
|
|
|
throw BizRuntimeException.create(String.valueOf(ErrorCode.BAD_REQUEST.getHttpStatus().value()), "카카오톡 정상 요청이 아닙니다. 재인증 후 시도하시기 바랍니다.");
|
|
|
|
// document_binder_uuid와 external_document_uuid로 데이타 검증
|
|
|
|
|
|
|
|
final MobilePageManage mobilePageManage = mapper.selectKkotalkMobilePage(reqDTO);
|
|
|
|
final MobilePageManage mobilePageManage = mapper.selectKkotalkMobilePage(reqDTO);
|
|
|
|
if(mobilePageManage == null) throw BizRuntimeException.create("데이타 오류[카카오톡 인증 문서 정보가 없습니다]");
|
|
|
|
if(mobilePageManage == null) throw BizRuntimeException.create("데이타 오류[카카오톡 인증 문서 정보가 없습니다]");
|
|
|
|
|
|
|
|
|
|
|
|