mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-04 12:47:46 +08:00
🎨【公众号】发布状态轮询接口实体类序列化
This commit is contained in:
parent
aae9bebff1
commit
d615f8af59
@ -42,13 +42,15 @@ public class WxMpFreePublishStatus implements ToJson, Serializable {
|
||||
|
||||
@NoArgsConstructor
|
||||
@Data
|
||||
public static class ArticleDetail {
|
||||
public static class ArticleDetail implements Serializable{
|
||||
private static final long serialVersionUID = 2802949203075628412L;
|
||||
private Integer count;
|
||||
private List<Item> item;
|
||||
|
||||
@NoArgsConstructor
|
||||
@Data
|
||||
public static class Item {
|
||||
public static class Item implements Serializable{
|
||||
private static final long serialVersionUID = -6496102084844816489L;
|
||||
private Integer idx;
|
||||
private String article_url;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user