程序包 | 说明 |
---|---|
com.github.binarywang.wxpay.bean.notify | |
com.github.binarywang.wxpay.service | |
com.github.binarywang.wxpay.service.impl |
限定符和类型 | 类和说明 |
---|---|
class |
WxPayNotifyV3Result
支付结果通知.
|
class |
WxPayPartnerNotifyV3Result
微信支付服务商下单回调,文档:文档
|
class |
WxPayPartnerRefundNotifyV3Result
微信支付服务商退款回调
文档见:https://pay.weixin.qq.com/wiki/doc/apiv3_partner/apis/chapter4_1_11.shtml
|
class |
WxPayRefundNotifyV3Result
退款结果通知.
|
限定符和类型 | 方法和说明 |
---|---|
<T extends WxPayBaseNotifyV3Result<E>,E> |
WxPayService.baseParseOrderNotifyV3Result(String notifyData,
SignatureHeader header,
Class<T> resultType,
Class<E> dataType)
支付服务商和直连商户两种模式
详见https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_1_5.shtml
|
限定符和类型 | 方法和说明 |
---|---|
<T extends WxPayBaseNotifyV3Result<E>,E> |
BaseWxPayServiceImpl.baseParseOrderNotifyV3Result(String notifyData,
SignatureHeader header,
Class<T> resultType,
Class<E> dataType) |
Copyright © 2023. All rights reserved.