| 程序包 | 说明 |
|---|---|
| com.github.binarywang.wxpay.service | |
| com.github.binarywang.wxpay.service.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
CombineTransactionsNotifyResult |
EcommerceService.parseCombineNotifyResult(String notifyData,
SignatureHeader header)
合单支付通知回调数据处理
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/e-combine.shtml
|
PayScoreNotifyData |
PayScoreService.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) |
BusinessCircleNotifyData |
BusinessCircleService.parseNotifyData(String data,
SignatureHeader header) |
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 |
PayScoreService.parseUserAuthorizationStatusNotifyResult(String notifyData,
SignatureHeader header)
授权/解除授权服务回调数据处理
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter4_4.shtml
|
| 限定符和类型 | 方法和说明 |
|---|---|
CombineTransactionsNotifyResult |
EcommerceServiceImpl.parseCombineNotifyResult(String notifyData,
SignatureHeader header) |
PayScoreNotifyData |
PayScoreServiceImpl.parseNotifyData(String data,
SignatureHeader header) |
UseNotifyData |
MarketingFavorServiceImpl.parseNotifyData(String data,
SignatureHeader header) |
BusinessCircleNotifyData |
BusinessCircleServiceImpl.parseNotifyData(String data,
SignatureHeader header) |
PartnerTransactionsNotifyResult |
EcommerceServiceImpl.parsePartnerNotifyResult(String notifyData,
SignatureHeader header) |
RefundNotifyResult |
EcommerceServiceImpl.parseRefundNotifyResult(String notifyData,
SignatureHeader header) |
UserAuthorizationStatusNotifyResult |
PayScoreServiceImpl.parseUserAuthorizationStatusNotifyResult(String notifyData,
SignatureHeader header) |
Copyright © 2021. All rights reserved.