public class WxWithholdNotifyResult extends BaseWxPayResult
微信代扣扣款回调结果
returnCode, returnMsg| 构造器和说明 |
|---|
WxWithholdNotifyResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
checkResult(WxPayService wxPayService,
String signType,
boolean checkSuccess)
校验返回结果签名.
|
protected void |
composeCoupons()
通过xml组装couponList属性内容.
|
static WxWithholdNotifyResult |
fromXML(String xmlString)
From xml wx withhold notify result.
|
protected void |
loadXml(Document d)
从XML文档中加载属性,供子类覆盖加载额外的属性
|
Map<String,String> |
toMap()
将bean通过保存的xml字符串转换成map.
|
String |
toString() |
fenToYuan, fromXML, getLogger, getXmlValue, getXmlValueAsInt, openXML, readXmlInteger, readXmlInteger, readXmlLong, readXmlString, readXmlStringpublic void checkResult(WxPayService wxPayService, String signType, boolean checkSuccess) throws WxPayException
BaseWxPayResultcheckResult 在类中 BaseWxPayResultwxPayService - the wx pay servicesignType - 签名类型checkSuccess - 是否同时检查结果是否成功WxPayException - the wx pay exceptionpublic static WxWithholdNotifyResult fromXML(String xmlString)
xmlString - the xml stringpublic Map<String,String> toMap()
BaseWxPayResulttoMap 在类中 BaseWxPayResultprotected void loadXml(Document d)
BaseWxPayResultloadXml 在类中 BaseWxPayResultd - Documentprotected void composeCoupons()
public String toString()
toString 在类中 BaseWxPayResultCopyright © 2024. All rights reserved.