3.1K Star 16.7K Fork 5.4K

GVPBinary Wang / WxJava

 / 详情

退款有个bug

已关闭
创建于  
2018-11-10 22:30

当基本帐号没有钱的情况下,退款检查 composeRefundCoupons 会异常,getCouponRefundCount会返回null 。
for(int i = 0; i < this.getCouponRefundCount(); ++i) {
coupons.add(new WxPayRefundCouponInfo(this.getXmlValue(new String[]{"xml/coupon_refund_id_" + i}), this.getXmlValueAsInt(new String[]{"xml/coupon_refund_fee_" + i}), this.getXmlValue(new String[]{"xml/coupon_type_" + i})));
}
这段代码会异常

输入图片说明

评论 (1)

lvhaiyan888 创建了任务

你这是多老的代码?请使用最新版

Binary Wang 任务状态待办的 修改为已拒绝

登录 后才可以发表评论

状态
负责人
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
参与者(2)
5303 binary 1649404280
Java
1
https://gitee.com/binary/weixin-java-tools.git
git@gitee.com:binary/weixin-java-tools.git
binary
weixin-java-tools
WxJava

搜索帮助