mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-21 19:17:39 +08:00
修复WxFastMaCategory.java非静态内部类导致的在Jackson下的parse异常
This commit is contained in:
@@ -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
|
||||
* 注意:该类的接口仅限通过快速创建小程序接口的小程序使用
|
||||
* </pre>
|
||||
* TODO 完善相应API的respons实体
|
||||
*
|
||||
* @author Hipple
|
||||
* @date 2019/01/23
|
||||
|
@@ -29,7 +29,7 @@ public class WxFastMaCategory implements Serializable {
|
||||
private List<certicaty> certicates;
|
||||
|
||||
@Data
|
||||
public class certicaty {
|
||||
public static class certicaty {
|
||||
private String key;
|
||||
private String value;
|
||||
}
|
||||
|
Reference in New Issue
Block a user