Skip to content

Commit 6d9fadf

Browse files
authored
🎨【企业微信】会话内容存档 - 解密后的会话内容实体类里去掉多余的字段
1 parent 9730e9a commit 6d9fadf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/msgaudit/WxCpChatModel.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ public class WxCpChatModel implements Serializable {
2525
@SerializedName("action")
2626
private String action;
2727

28-
@SerializedName("send")
29-
private String send;
30-
3128
@SerializedName("from")
3229
private String from;
3330

0 commit comments

Comments
 (0)