Skip to content

Commit 858a3b9

Browse files
committed
🎨 优化代码
1 parent 7e96d6a commit 858a3b9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/message/WxCpXmlMessage.java

+3-4
Original file line numberDiff line numberDiff line change
@@ -774,11 +774,10 @@ public static class Detail implements Serializable {
774774

775775
/**
776776
* 节点分支审批人审批意见附件,赋值为media_id具体使用请参考:文档-获取临时素材
777-
* TODO 居然可以返回多个,坑爹的,暂时屏蔽注解以免报错,有兴趣挑战的,尽管把代码砸过来吧!
778-
* 请先通过allFieldsMap解析需要的参数!
779777
*/
780-
// @XStreamAlias("Attach")
781-
private String attach;
778+
@XStreamAlias("Attach")
779+
@XStreamImplicit
780+
private List<String> attach;
782781
}
783782

784783
/**

0 commit comments

Comments
 (0)