| 程序包 | 说明 |
|---|---|
| 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
|
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
|
| 限定符和类型 | 方法和说明 |
|---|---|
CombineTransactionsNotifyResult |
EcommerceServiceImpl.parseCombineNotifyResult(String notifyData,
SignatureHeader header) |
PartnerTransactionsNotifyResult |
EcommerceServiceImpl.parsePartnerNotifyResult(String notifyData,
SignatureHeader header) |
RefundNotifyResult |
EcommerceServiceImpl.parseRefundNotifyResult(String notifyData,
SignatureHeader header) |
Copyright © 2020. All rights reserved.