From fe99ba1caaebaa40c33ad1e3f1ee2c4dfd012795 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期一, 24 一月 2022 12:20:24 +0800 Subject: [PATCH] Merge branch 'Phase3' of https://192.168.0.10:8443/r/pcalife/PAM into Phase3 --- pamapi/src/main/java/com/pollex/pam/service/dto/SendMailResponse.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pamapi/src/main/java/com/pollex/pam/service/dto/SendMailResponse.java b/pamapi/src/main/java/com/pollex/pam/service/dto/SendMailResponse.java index 808dcf6..aee72f7 100644 --- a/pamapi/src/main/java/com/pollex/pam/service/dto/SendMailResponse.java +++ b/pamapi/src/main/java/com/pollex/pam/service/dto/SendMailResponse.java @@ -1,5 +1,8 @@ package com.pollex.pam.service.dto; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; + +@JsonIgnoreProperties(ignoreUnknown = true) public class SendMailResponse { private Data data; @@ -11,6 +14,7 @@ this.data = data; } + @JsonIgnoreProperties(ignoreUnknown = true) public static class Data { private String messageStatus; -- Gitblit v1.8.0