程序包 | 说明 |
---|---|
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 |
PartnerPayScoreService.parseNotifyData(String data,
SignatureHeader header)
支付分回调内容解析方法
|
UseNotifyData |
MarketingFavorService.parseNotifyData(String data,
SignatureHeader header) |
BusinessCircleNotifyData |
BusinessCircleService.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
|
PartnerUserSignPlanEntity |
PartnerPayScoreSignPlanService.parseSignPlanNotifyResult(String notifyData,
SignatureHeader header)
description: 回调通知校验解密
author:UltramanNoa
create Time: 2023/11/6 10:27
version: v.1.0
|
WxPartnerUserAuthorizationStatusNotifyResult |
PartnerPayScoreService.parseUserAuthorizationStatusNotifyResult(String notifyData,
SignatureHeader header)
授权/解除授权服务回调通知
|
UserAuthorizationStatusNotifyResult |
PayScoreService.parseUserAuthorizationStatusNotifyResult(String notifyData,
SignatureHeader header)
授权/解除授权服务回调数据处理
文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter4_4.shtml
|
Copyright © 2023. All rights reserved.