mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-27 11:53:48 +08:00
🎨 #3377 【企业微信】企微审批增加附件相关参数
This commit is contained in:
@ -123,6 +123,10 @@ public class ContentValue implements Serializable {
|
|||||||
|
|
||||||
@SerializedName("file_id")
|
@SerializedName("file_id")
|
||||||
private String fileId;
|
private String fileId;
|
||||||
|
@SerializedName("file_name")
|
||||||
|
private String fileName;
|
||||||
|
@SerializedName("file_url")
|
||||||
|
private String fileUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user