| 程序包 | 说明 |
|---|---|
| com.github.binarywang.wxpay.service | |
| com.github.binarywang.wxpay.service.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
CombineNotifyResult |
WxPayService.parseCombineNotifyResult(String notifyData,
SignatureHeader header)
合单支付通知回调数据处理
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter5_1_13.shtml
|
WxPayOrderNotifyV3Result |
WxPayService.parseOrderNotifyV3Result(String notifyData,
SignatureHeader header)
解析支付结果v3通知.
|
WxPayRefundNotifyV3Result |
WxPayService.parseRefundNotifyV3Result(String notifyData,
SignatureHeader header)
解析退款结果通知
详见https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?
|
| 限定符和类型 | 方法和说明 |
|---|---|
CombineNotifyResult |
BaseWxPayServiceImpl.parseCombineNotifyResult(String notifyData,
SignatureHeader header) |
WxPayOrderNotifyV3Result |
BaseWxPayServiceImpl.parseOrderNotifyV3Result(String notifyData,
SignatureHeader header) |
WxPayRefundNotifyV3Result |
BaseWxPayServiceImpl.parseRefundNotifyV3Result(String notifyData,
SignatureHeader header) |
Copyright © 2021. All rights reserved.