程序包 | 说明 |
---|---|
com.github.binarywang.wxpay.bean.notify | |
com.github.binarywang.wxpay.bean.transfer | |
com.github.binarywang.wxpay.service | |
com.github.binarywang.wxpay.service.impl |
限定符和类型 | 类和说明 |
---|---|
class |
WxPayNotifyV3Result
支付结果通知.
|
class |
WxPayPartnerNotifyV3Result
微信支付服务商下单回调,文档:文档
|
class |
WxPayPartnerRefundNotifyV3Result
微信支付服务商退款回调
文档见:https://pay.weixin.qq.com/wiki/doc/apiv3_partner/apis/chapter4_1_11.shtml
|
class |
WxPayRefundNotifyV3Result
退款结果通知.
|
class |
WxPayTransferBatchesNotifyV3Result
商家转账批次回调通知
文档见:https://pay.weixin.qq.com/docs/merchant/apis/batch-transfer-to-balance/transfer-batch-callback-notice.html
|
限定符和类型 | 类和说明 |
---|---|
class |
TransferNotifyResult
商家转账到零钱接口将转账结果通知用户
文档地址:https://pay.weixin.qq.com/docs/merchant/apis/batch-transfer-to-balance/transfer-batch-callback-notice.html
|
限定符和类型 | 方法和说明 |
---|---|
<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
|
限定符和类型 | 方法和说明 |
---|---|
<T extends WxPayBaseNotifyV3Result<E>,E> |
BaseWxPayServiceImpl.baseParseOrderNotifyV3Result(String notifyData,
SignatureHeader header,
Class<T> resultType,
Class<E> dataType) |
Copyright © 2024. All rights reserved.