程序包 | 说明 |
---|---|
com.github.binarywang.wxpay.bean.notify | |
com.github.binarywang.wxpay.bean.result | |
com.github.binarywang.wxpay.service | |
com.github.binarywang.wxpay.service.impl |
限定符和类型 | 方法和说明 |
---|---|
void |
WxPayOrderNotifyResult.checkResult(WxPayService wxPayService,
String signType,
boolean checkSuccess) |
限定符和类型 | 方法和说明 |
---|---|
void |
WxSignStatusNotifyResult.checkResult(WxPayService wxPayService,
String signType,
boolean checkSuccess) |
void |
WxWithholdNotifyResult.checkResult(WxPayService wxPayService,
String signType,
boolean checkSuccess) |
void |
WxPaySendRedpackResult.checkResult(WxPayService wxPayService,
String signType,
boolean checkSuccess) |
void |
WxPayEntrustResult.checkResult(WxPayService wxPayService,
String signType,
boolean checkSuccess)
校验返回结果签名.
|
void |
BaseWxPayResult.checkResult(WxPayService wxPayService,
String signType,
boolean checkSuccess)
校验返回结果签名.
|
限定符和类型 | 方法和说明 |
---|---|
WxPayService |
WxPayService.switchoverTo(String mchId)
进行相应的商户切换.
|
限定符和类型 | 类和说明 |
---|---|
class |
BaseWxPayServiceImpl
微信支付接口请求抽象实现类
Created by Binary Wang on 2017-7-8.
|
class |
WxPayServiceApacheHttpImpl
微信支付请求实现类,apache httpclient实现.
|
class |
WxPayServiceImpl
微信支付接口请求实现类,默认使用Apache HttpClient实现
Created by Binary Wang on 2017-7-8.
|
class |
WxPayServiceJoddHttpImpl
微信支付请求实现类,jodd-http实现.
|
限定符和类型 | 方法和说明 |
---|---|
WxPayService |
BaseWxPayServiceImpl.switchoverTo(String mchId) |
构造器和说明 |
---|
ProfitSharingServiceImpl(WxPayService payService) |
Copyright © 2023. All rights reserved.