We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935749e commit 1bbadc3Copy full SHA for 1bbadc3
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/message/WxCpXmlMessage.java
@@ -736,7 +736,6 @@ public static class SpRecord implements Serializable {
736
@XStreamAlias("Details")
737
@Data
738
public static class Detail implements Serializable {
739
-
740
private static final long serialVersionUID = -8446107461495047603L;
741
742
/**
@@ -765,8 +764,10 @@ public static class Detail implements Serializable {
765
764
766
767
* 节点分支审批人审批意见附件,赋值为media_id具体使用请参考:文档-获取临时素材
+ * TODO 居然可以返回多个,坑爹的,暂时屏蔽注解以免报错,有兴趣挑战的,尽管把代码砸过来吧!
768
+ * 请先通过allFieldsMap解析需要的参数!
769
*/
- @XStreamAlias("Attach")
770
+ // @XStreamAlias("Attach")
771
private String attach;
772
}
773
0 commit comments