From bdae23a40c461c2c6b6ee614f661eac731c949c8 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期三, 22 十二月 2021 14:12:05 +0800 Subject: [PATCH] Merge branch 'master' of https://192.168.0.10:8443/r/pcalife/PAM --- 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