| 程序包 | 说明 |
|---|---|
| com.github.binarywang.wxpay.service | |
| com.github.binarywang.wxpay.service.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
ProfitSharingNotifyData |
ProfitSharingV3Service.getProfitSharingNotifyData(String notifyData,
SignatureHeader header)
分账动账通知
分账或分账回退成功后,微信会把相关变动结果发送给分账接收方(只支持商户)。
|
CombineTransactionsNotifyResult |
EcommerceService.parseCombineNotifyResult(String notifyData,
SignatureHeader header)
合单支付通知回调数据处理
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/e-combine.shtml
|
BusinessCircleNotifyData |
BusinessCircleService.parseNotifyData(String data,
SignatureHeader header) |
PayScoreNotifyData |
PartnerPayScoreService.parseNotifyData(String data,
SignatureHeader header)
支付分回调内容解析方法
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter5_2.shtml
|
UseNotifyData |
MarketingFavorService.parseNotifyData(String data,
SignatureHeader header) |
PayScoreNotifyData |
PayScoreService.parseNotifyData(String data,
SignatureHeader header)
支付分回调内容解析方法
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter5_2.shtml
|
PartnerTransactionsNotifyResult |
EcommerceService.parsePartnerNotifyResult(String notifyData,
SignatureHeader header)
普通支付通知回调数据处理
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/e_transactions.shtml
|
RefundNotifyResult |
EcommerceService.parseRefundNotifyResult(String notifyData,
SignatureHeader header)
退款通知回调数据处理
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/refunds/chapter3_3.shtml
|
UserAuthorizationStatusNotifyResult |
PartnerPayScoreService.parseUserAuthorizationStatusNotifyResult(String notifyData,
SignatureHeader header)
授权/解除授权服务回调数据处理
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter4_4.shtml
|
UserAuthorizationStatusNotifyResult |
PayScoreService.parseUserAuthorizationStatusNotifyResult(String notifyData,
SignatureHeader header)
授权/解除授权服务回调数据处理
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter4_4.shtml
|
Copyright © 2022. All rights reserved.