10000 :art: #3377 【企业微信】企微审批增加附件相关参数 · Goforit000/WxJava@17399b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 17399b5

Browse files
authored
🎨 binarywang#3377 【企业微信】企微审批增加附件相关参数
1 parent ff8532b commit 17399b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/oa/applydata/ContentValue.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ public static class File implements Serializable {
123123

124124
@SerializedName("file_id")
125125
private String fileId;
126+
@SerializedName("file_name")
127+
private String fileName;
128+
@SerializedName("file_url")
129+
private String fileUrl;
126130
}
127131

128132
/**

0 commit comments

Comments
 (0)
0