We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e96d6a commit 858a3b9Copy full SHA for 858a3b9
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/message/WxCpXmlMessage.java
@@ -774,11 +774,10 @@ public static class Detail implements Serializable {
774
775
/**
776
* 节点分支审批人审批意见附件,赋值为media_id具体使用请参考:文档-获取临时素材
777
- * TODO 居然可以返回多个,坑爹的,暂时屏蔽注解以免报错,有兴趣挑战的,尽管把代码砸过来吧!
778
- * 请先通过allFieldsMap解析需要的参数!
779
*/
780
- // @XStreamAlias("Attach")
781
- private String attach;
+ @XStreamAlias("Attach")
+ @XStreamImplicit
+ private List<String> attach;
782
}
783
784
0 commit comments