程序包 | 说明 |
---|---|
com.github.binarywang.wxpay.bean.payscore | |
com.github.binarywang.wxpay.service | |
com.github.binarywang.wxpay.service.impl |
限定符和类型 | 类和说明 |
---|---|
class |
WxPartnerPayScoreResult |
class |
WxPartnerPayScoreSignPlanResult |
限定符和类型 | 方法和说明 |
---|---|
static WxPayScoreResult |
WxPayScoreResult.fromJson(String json) |
限定符和类型 | 方法和说明 |
---|---|
WxPayScoreResult |
PayScoreService.cancelServiceOrder(String outOrderNo,
String reason)
支付分取消订单API.
|
WxPayScoreResult |
PayScoreService.completeServiceOrder(WxPayScoreRequest request)
支付分完结订单API.
|
WxPayScoreResult |
PayScoreService.createServiceOrder(WxPayScoreRequest request)
支付分创建订单API.
|
WxPayScoreResult |
PayScoreService.decryptNotifyDataResource(PayScoreNotifyData data)
支付分回调NotifyData解密resource
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter5_2.shtml
|
WxPayScoreResult |
PayScoreService.modifyServiceOrder(WxPayScoreRequest request)
支付分修改订单金额API.
|
WxPayScoreResult |
PayScoreService.payServiceOrder(String outOrderNo)
支付分订单收款API.
|
WxPayScoreResult |
PayScoreService.permissions(WxPayScoreRequest request)
支付分商户预授权API
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter5_1.shtml
接口链接:https://api.mch.weixin.qq.com/v3/payscore/permissions
|
WxPayScoreResult |
PayScoreService.permissionsQueryByAuthorizationCode(String authorizationCode)
支付分查询与用户授权记录(授权协议号)API
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter5_2.shtml
接口链接:https://api.mch.weixin.qq.com/v3/payscore/permissions/authorization-code/{authorization_code}
|
WxPayScoreResult |
PayScoreService.permissionsQueryByOpenId(String openId)
支付分查询与用户授权记录(openid)API
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter5_4shtml
接口链接:https://api.mch.weixin.qq.com/v3/payscore/permissions/openid/{openid}
|
WxPayScoreResult |
PayScoreService.permissionsTerminateByAuthorizationCode(String authorizationCode,
String reason)
解除用户授权关系(授权协议号)API
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter5_3.shtml
接口链接:https://api.mch.weixin.qq.com/v3/payscore/permissions/authorization-code/{authorization_code}/terminate
|
WxPayScoreResult |
PayScoreService.permissionsTerminateByOpenId(String openId,
String reason)
解除用户授权关系(openid)API
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter5_5.shtml
接口链接:https://api.mch.weixin.qq.com/v3/payscore/permissions/openid/{openid}/terminate
|
WxPayScoreResult |
PayScoreService.queryServiceOrder(String outOrderNo,
String queryId)
支付分查询订单API.
|
WxPayScoreResult |
PayScoreService.syncServiceOrder(WxPayScoreRequest request)
支付分订单收款API.
|
Copyright © 2023. All rights reserved.