mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 18:46:10 +08:00 
			
		
		
		
	🎨 #2411【微信公众号】获取草稿列表接口新增两个字段
This commit is contained in:
		| @ -68,6 +68,16 @@ public class WxMpDraftArticles implements ToJson, Serializable { | ||||
|    */ | ||||
|   @SerializedName("only_fans_can_comment") | ||||
|   private Integer onlyFansCanComment; | ||||
|   /** | ||||
|    * 草稿的临时链接,点击图文消息跳转链接 | ||||
|    */ | ||||
|   @SerializedName("url") | ||||
|   private String url; | ||||
|   /** | ||||
|    * 图文消息的封面url | ||||
|    */ | ||||
|   @SerializedName("thumb_url") | ||||
|   private String thumbUrl; | ||||
|  | ||||
|   public static WxMpDraftArticles fromJson(String json) { | ||||
|     return WxGsonBuilder.create().fromJson(json, WxMpDraftArticles.class); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 qing Wang
					qing Wang