We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
简单概括描述下你所遇到的问题。
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地址贴在这里
The text was updated successfully, but these errors were encountered:
newNumber 也有小数点 ,timestamp 竟然也有
Sorry, something went wrong.
你这个标题里的cpoa ,不进来看还真不知道说的啥
🐛 #1425 修复企业微信OA审批相关几个参数的类型或命名
8aa4758
3.7.1.B版本已修复,欢迎试用
No branches or pull requests
简要描述
简单概括描述下你所遇到的问题。
模块版本情况
详细描述
WxCpApprovalDetail.java
/**
* 审批流程信息,可能有多个审批节点
*/
@SerializedName("sp_record")
private WxCpApprovalRecord[] spRecord;
因为是多个节点,所以应该为数组或list,
@DaTa
public class ContentValue implements Serializable {
newMoney 经测试可有小数点
日志
将日志放在 pastebin 或者其他地方,并将其url地址贴在这里
The text was updated successfully, but these errors were encountered: