Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1bbadc3

Browse filesBrowse files
committed
🎨 屏蔽一段代码,以免报错
1 parent 935749e commit 1bbadc3
Copy full SHA for 1bbadc3

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

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

Copy file name to clipboardExpand all lines: weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/message/WxCpXmlMessage.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,6 @@ public static class SpRecord implements Serializable {
736736
@XStreamAlias("Details")
737737
@Data
738738
public static class Detail implements Serializable {
739-
740739
private static final long serialVersionUID = -8446107461495047603L;
741740

742741
/**
@@ -765,8 +764,10 @@ public static class Detail implements Serializable {
765764

766765
/**
767766
* 节点分支审批人审批意见附件,赋值为media_id具体使用请参考:文档-获取临时素材
767+
* TODO 居然可以返回多个,坑爹的,暂时屏蔽注解以免报错,有兴趣挑战的,尽管把代码砸过来吧!
768+
* 请先通过allFieldsMap解析需要的参数!
768769
*/
769-
@XStreamAlias("Attach")
770+
// @XStreamAlias("Attach")
770771
private String attach;
771772
}
772773

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.