Skip to content

Commit

Permalink
🎨 #1366 公众号图文素材WxMpMaterialNewsArticle类实现序列化接口
Browse files Browse the repository at this point in the history
  • Loading branch information
yydzxz authored and binarywang committed Jan 8, 2020
1 parent abccf4a commit e176fc0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ public String toString() {
* @author chanjarster
*/
@Data
public static class WxMpMaterialNewsArticle {
public static class WxMpMaterialNewsArticle implements Serializable{

private static final long serialVersionUID = -635384661692321171L;
/**
* (必填) 图文消息缩略图的media_id,可以在基础支持-上传多媒体文件接口中获得.
*/
Expand Down

0 comments on commit e176fc0

Please sign in to comment.