程序包 | 说明 |
---|---|
com.github.binarywang.wxpay.service | |
com.github.binarywang.wxpay.service.impl |
限定符和类型 | 方法和说明 |
---|---|
<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
|
CombineNotifyResult |
WxPayService.parseCombineNotifyResult(String notifyData,
SignatureHeader header)
合单支付通知回调数据处理
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter5_1_13.shtml
|
ComplaintNotifyResult |
WxPayService.parseComplaintNotifyResult(String notifyData,
SignatureHeader header)
解析投诉通知
详见https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter10_2_16.shtml
|
WxPayNotifyV3Result |
WxPayService.parseOrderNotifyV3Result(String notifyData,
SignatureHeader header)
解析支付结果v3通知.
|
WxPayPartnerNotifyV3Result |
WxPayService.parsePartnerOrderNotifyV3Result(String notifyData,
SignatureHeader header)
服务商模式解析支付结果v3通知.
|
WxPayPartnerRefundNotifyV3Result |
WxPayService.parsePartnerRefundNotifyV3Result(String notifyData,
SignatureHeader header)
解析服务商模式退款结果通知
详见https://pay.weixin.qq.com/wiki/doc/apiv3_partner/apis/chapter4_1_11.shtml
|
ProfitSharingNotifyV3Result |
ProfitSharingService.parseProfitSharingNotifyResult(String notifyData,
SignatureHeader header)
分账动账通知
分账或分账回退成功后,微信会把相关变动结果发送给分账接收方(只支持商户)。
|
WxPayRefundNotifyV3Result |
WxPayService.parseRefundNotifyV3Result(String notifyData,
SignatureHeader header)
解析直连商户退款结果通知
详见https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?
|
Copyright © 2023. All rights reserved.