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

退款通知中解析得到的Refund数据status属性为空 #243

Open
yuyuanhua opened this issue Nov 29, 2023 · 0 comments
Open

退款通知中解析得到的Refund数据status属性为空 #243

yuyuanhua opened this issue Nov 29, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@yuyuanhua
Copy link

错误描述

退款通知中解析得到的Refund数据status属性为空,退款状态数据丢失。

重现bug的步骤

退款通知数据中退款状态名称为refund_status,而Refund数据status属性对应的名称为status,导致未能获取refund_status值。代码如下:
@SerializedName("status")
private Status status;

预期行为

尽快修复

导致错误的代码片段

public class Refund {
    ...
    @SerializedName("status")
    private Status status;
    ...
}

操作系统

macOS

Java 版本

Java 8

wechatpay-java 版本

v0.2.12

其他信息

No response

@yuyuanhua yuyuanhua added the bug Something isn't working label Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant