mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-02 20:02:37 +08:00
🎨 优化代码
This commit is contained in:
parent
7e96d6ab0f
commit
858a3b9c82
@ -774,11 +774,10 @@ public class WxCpXmlMessage implements Serializable {
|
||||
|
||||
/**
|
||||
* 节点分支审批人审批意见附件,赋值为media_id具体使用请参考:文档-获取临时素材
|
||||
* TODO 居然可以返回多个,坑爹的,暂时屏蔽注解以免报错,有兴趣挑战的,尽管把代码砸过来吧!
|
||||
* 请先通过allFieldsMap解析需要的参数!
|
||||
*/
|
||||
// @XStreamAlias("Attach")
|
||||
private String attach;
|
||||
@XStreamAlias("Attach")
|
||||
@XStreamImplicit
|
||||
private List<String> attach;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user