liyiorg / weixin-popular

微信SDK JAVA (公众平台、开放平台、 商户平台、 服务商平台)
Apache License 2.0
2.5k stars 1.06k forks source link

bug 对象 SecapiPayProfitsharingfinishResult缺少注解 #210

Closed a497771654 closed 4 years ago

a497771654 commented 4 years ago

public class SecapiPayProfitsharingfinishResult

缺少注解 @XmlRootElement( name = "xml" ) @XmlAccessorType(XmlAccessType.FIELD) 解析xml报错 javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"xml"). Expected elements are (none)

a497771654 commented 4 years ago

这个注解不加一下吗?要不这个类解析不了xml

liyiorg commented 4 years ago

@a497771654 请使用 2.8.30 版本