Skip to content

Commit

Permalink
🎨 #3377 【企业微信】企微审批增加附件相关参数
Browse files Browse the repository at this point in the history
  • Loading branch information
slbiscoding authored Sep 28, 2024
1 parent ff8532b commit 17399b5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ public static class File implements Serializable {

@SerializedName("file_id")
private String fileId;
@SerializedName("file_name")
private String fileName;
@SerializedName("file_url")
private String fileUrl;
}

/**
Expand Down

0 comments on commit 17399b5

Please sign in to comment.