-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
退款状态常量缺失 #2737
Comments
常量里的可能是v2接口用的,至于v3的应该还没维护进这个里面,欢迎直接PR |
您好,您的邮件我已经收到了。
|
Merged
Merged
您好,您的邮件我已经收到了。
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
模块版本情况
详细描述
退款查询V3接口,官方文档:https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_1_10.shtml,对应的退款状态中异常枚举为:【ABNORMAL:退款异常】
weixin-java-pay模块中的com.github.binarywang.wxpay.bean.result.WxPayRefundQueryV3Result的退款状态描述是和官方文档一致的,
但是com.github.binarywang.wxpay.constant.WxPayConstants中的退款状态RefundStatus异常却是CHANGE
/**
*/
@SerializedName(value = "status")
private String status;
The text was updated successfully, but these errors were encountered: