Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cpoa bug #1425

Closed
spafka opened this issue Mar 4, 2020 · 3 comments
Closed

cpoa bug #1425

spafka opened this issue Mar 4, 2020 · 3 comments

Comments

@spafka
Copy link

spafka commented Mar 4, 2020

简要描述

简单概括描述下你所遇到的问题。

模块版本情况

  • WxJava 模块名: wxcp
  • WxJava 版本号: 3.7.0

详细描述

WxCpApprovalDetail.java
/**
* 审批流程信息,可能有多个审批节点
*/
@SerializedName("sp_record")
private WxCpApprovalRecord[] spRecord;

/**
 * 抄送信息,可能有多个抄送节点
 */
@SerializedName("notifyer")
private WxCpOperator[] notifyer;

因为是多个节点,所以应该为数组或list,

@DaTa
public class ContentValue implements Serializable {

private static final long serialVersionUID = -5607678965965065261L;

private String text;

@SerializedName("new_number")
private Integer newNumber;

@SerializedName("new_money")
private Double newMoney;

newMoney 经测试可有小数点

日志

将日志放在 pastebin 或者其他地方,并将其url地址贴在这里

@spafka
Copy link
Author

spafka commented Mar 4, 2020

newNumber 也有小数点 ,timestamp 竟然也有

@binarywang
Copy link
Member

你这个标题里的cpoa ,不进来看还真不知道说的啥

@binarywang
Copy link
Member

3.7.1.B版本已修复,欢迎试用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants