mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
:new:【微信支付】支持服务商模式的扣款服务接口
This commit is contained in:
@@ -62,6 +62,13 @@ public class WxWithholdNotifyResult extends BaseWxPayResult {
|
||||
@XStreamAlias("is_subscribe")
|
||||
private String isSubscribe;
|
||||
|
||||
/**
|
||||
* 是否关注子商户关联的公众号
|
||||
* 非必传
|
||||
*/
|
||||
@XStreamAlias("sub_is_subscribe")
|
||||
private String subIsSubscribe;
|
||||
|
||||
/**
|
||||
* 付款银行
|
||||
*/
|
||||
@@ -191,6 +198,7 @@ public class WxWithholdNotifyResult extends BaseWxPayResult {
|
||||
deviceInfo = readXmlString(d, "device_info");
|
||||
openId = readXmlString(d, "openid");
|
||||
isSubscribe = readXmlString(d, "is_subscribe");
|
||||
subIsSubscribe = readXmlString(d, "sub_is_subscribe");
|
||||
subOpenId = readXmlString(d, "sub_openid");
|
||||
bankType = readXmlString(d, "bank_type");
|
||||
totalFee = readXmlInteger(d, "total_fee");
|
||||
|
||||
Reference in New Issue
Block a user