public class WxSignStatusNotifyResult extends BaseWxPayResult
微信签约/解约 回调结果
returnCode, returnMsg
构造器和说明 |
---|
WxSignStatusNotifyResult() |
限定符和类型 | 方法和说明 |
---|---|
void |
checkResult(WxPayService wxPayService,
String signType,
boolean checkSuccess)
校验返回结果签名.
|
static WxSignStatusNotifyResult |
fromXML(String xmlString)
From xml wx sign notify result.
|
protected void |
loadXml(Document d)
从XML文档中加载属性,供子类覆盖加载额外的属性
|
String |
toString() |
fenToYuan, fromXML, getLogger, getXmlValue, getXmlValueAsInt, openXML, readXmlInteger, readXmlInteger, readXmlLong, readXmlString, readXmlString, toMap
public void checkResult(WxPayService wxPayService, String signType, boolean checkSuccess) throws WxPayException
BaseWxPayResult
checkResult
在类中 BaseWxPayResult
wxPayService
- the wx pay servicesignType
- 签名类型checkSuccess
- 是否同时检查结果是否成功WxPayException
- the wx pay exceptionpublic static WxSignStatusNotifyResult fromXML(String xmlString)
xmlString
- the xml stringprotected void loadXml(Document d)
BaseWxPayResult
loadXml
在类中 BaseWxPayResult
d
- Documentpublic String toString()
toString
在类中 BaseWxPayResult
Copyright © 2023. All rights reserved.