public class WxPayOrderNotifyResult extends BaseWxPayResult
returnCode, returnMsg| 构造器和说明 |
|---|
WxPayOrderNotifyResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
checkResult(WxPayService wxPayService,
String signType,
boolean checkSuccess)
校验返回结果签名.
|
static WxPayOrderNotifyResult |
fromXML(String xmlString)
From xml wx pay order notify result.
|
Map<String,String> |
toMap()
将bean通过保存的xml字符串转换成map.
|
String |
toString() |
fenToYuan, fromXML, getLoggerpublic void checkResult(WxPayService wxPayService, String signType, boolean checkSuccess) throws WxPayException
BaseWxPayResultcheckResult 在类中 BaseWxPayResultwxPayService - the wx pay servicesignType - 签名类型checkSuccess - 是否同时检查结果是否成功WxPayException - the wx pay exceptionpublic static WxPayOrderNotifyResult fromXML(String xmlString)
xmlString - the xml stringpublic Map<String,String> toMap()
BaseWxPayResulttoMap 在类中 BaseWxPayResultpublic String toString()
toString 在类中 BaseWxPayResultCopyright © 2019. All rights reserved.