|
|
|
@ -327,7 +327,7 @@ public class KkoTalkService {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// FIXME: 카카오톡 적용 확인
|
|
|
|
|
String envelopeStatus = (String) mResponse.get("envelopeStatus");
|
|
|
|
|
String envelopeStatus = (String) mResponse.get("status");
|
|
|
|
|
if (!CmmnUtil.isEmpty(envelopeStatus)) {
|
|
|
|
|
responseVO = EnsResponseVO.okBuilder()
|
|
|
|
|
.resultInfo(mResponse)
|
|
|
|
@ -361,14 +361,14 @@ public class KkoTalkService {
|
|
|
|
|
.envelopeId(envelopId)
|
|
|
|
|
.envelopeId(externalId)
|
|
|
|
|
.token(token)
|
|
|
|
|
.tokenStatus((String) resultInfo.get("token_status"))
|
|
|
|
|
.tokenUsedAt((String) resultInfo.get("used_at"))
|
|
|
|
|
.sentAt((String) resultInfo.get("sent_at"))
|
|
|
|
|
.receivedAt((String) resultInfo.get("received_at"))
|
|
|
|
|
.authenticatedAt((String) resultInfo.get("authenticated_at"))
|
|
|
|
|
.userNotifiedAt((String) resultInfo.get("user_notified_at"))
|
|
|
|
|
.tokenStatus((String) resultInfo.get("status"))
|
|
|
|
|
//.tokenUsedAt((String) resultInfo.get("used_at"))
|
|
|
|
|
.sentAt((String) resultInfo.get("sentAt"))
|
|
|
|
|
.receivedAt((String) resultInfo.get("receivedAt"))
|
|
|
|
|
.authenticatedAt((String) resultInfo.get("authenticatedAt"))
|
|
|
|
|
.userNotifiedAt((String) resultInfo.get("userNotifiedAt"))
|
|
|
|
|
.payload((String) resultInfo.get("payload"))
|
|
|
|
|
.signedAt((String) resultInfo.get("signed_at"))
|
|
|
|
|
//.signedAt((String) resultInfo.get("signed_at"))
|
|
|
|
|
.build());
|
|
|
|
|
} else {
|
|
|
|
|
sendDetailKkoTalkTokenHistRepository.save(SendDetailKkoTalkTokenHist.builder()
|
|
|
|
|