mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-09-20 02:29:44 +08:00
修复WxFastMaCategory.java非静态内部类导致的在Jackson下的parse异常
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
package me.chanjar.weixin.cp.bean;
|
package me.chanjar.weixin.cp.bean;
|
||||||
|
|
||||||
import java.io.Serializable;
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
import com.google.gson.JsonArray;
|
import com.google.gson.JsonArray;
|
||||||
import com.google.gson.JsonObject;
|
import com.google.gson.JsonObject;
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
@@ -13,6 +10,9 @@ import me.chanjar.weixin.cp.WxCpConsts.AppChatMsgType;
|
|||||||
import me.chanjar.weixin.cp.bean.article.MpnewsArticle;
|
import me.chanjar.weixin.cp.bean.article.MpnewsArticle;
|
||||||
import me.chanjar.weixin.cp.bean.article.NewArticle;
|
import me.chanjar.weixin.cp.bean.article.NewArticle;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <pre>
|
* <pre>
|
||||||
* 应用推送消息
|
* 应用推送消息
|
||||||
|
@@ -13,7 +13,6 @@ import java.util.List;
|
|||||||
* https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=21528465979XX32V&token=&lang=zh_CN
|
* https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=21528465979XX32V&token=&lang=zh_CN
|
||||||
* 注意:该类的接口仅限通过快速创建小程序接口的小程序使用
|
* 注意:该类的接口仅限通过快速创建小程序接口的小程序使用
|
||||||
* </pre>
|
* </pre>
|
||||||
* TODO 完善相应API的respons实体
|
|
||||||
*
|
*
|
||||||
* @author Hipple
|
* @author Hipple
|
||||||
* @date 2019/01/23
|
* @date 2019/01/23
|
||||||
|
@@ -29,7 +29,7 @@ public class WxFastMaCategory implements Serializable {
|
|||||||
private List<certicaty> certicates;
|
private List<certicaty> certicates;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public class certicaty {
|
public static class certicaty {
|
||||||
private String key;
|
private String key;
|
||||||
private String value;
|
private String value;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user