| 程序包 | 说明 |
|---|---|
| cn.ipokerface.weixin.proxy | |
| cn.ipokerface.weixin.proxy.payment |
| 限定符和类型 | 方法和说明 |
|---|---|
MerchantPaymentRequest |
WeixinPaymentProxy.createAppPayRequest(String body,
String outTradeNo,
double totalFee,
String notifyUrl,
String createIp,
String attach,
SceneInfoStore store)
创建APP支付请求对象
|
MerchantPaymentRequest |
PaymentProxy.createAppPayRequest(String body,
String outTradeNo,
double totalFee,
String notifyUrl,
String createIp,
String attach,
SceneInfoStore store)
创建APP支付请求对象
|
MerchantPaymentRequest |
WeixinPaymentProxy.createJSPayRequest(String openId,
String body,
String outTradeNo,
double totalFee,
String notifyUrl,
String createIp,
String attach)
创建JSAPI支付请求对象
|
MerchantPaymentRequest |
PaymentProxy.createJSPayRequest(String openId,
String body,
String outTradeNo,
double totalFee,
String notifyUrl,
String createIp,
String attach)
创建JSAPI支付请求对象
|
MerchantPaymentRequest |
WeixinPaymentProxy.createMicroPayRequest(String authCode,
String body,
String outTradeNo,
double totalFee,
String createIp,
String attach,
SceneInfoStore store)
提交被扫支付
|
MerchantPaymentRequest |
PaymentProxy.createMicroPayRequest(String authCode,
String body,
String outTradeNo,
double totalFee,
String createIp,
String attach,
SceneInfoStore store)
提交被扫支付
|
MerchantPaymentRequest |
WeixinPaymentProxy.createNativePayRequest(String productId,
String body,
String outTradeNo,
double totalFee,
String notifyUrl,
String createIp,
String attach)
创建Native支付(扫码支付)链接【模式二】
|
MerchantPaymentRequest |
PaymentProxy.createNativePayRequest(String productId,
String body,
String outTradeNo,
double totalFee,
String notifyUrl,
String createIp,
String attach)
创建Native支付(扫码支付)链接【模式二】
|
MerchantPaymentRequest |
WeixinPaymentProxy.createPayRequest(MerchantPaymentPackage payPackage)
创建支付请求对象
|
MerchantPaymentRequest |
PaymentProxy.createPayRequest(MerchantPaymentPackage payPackage)
创建支付请求对象
|
MerchantPaymentRequest |
WeixinPaymentProxy.createWapPayRequest(String body,
String outTradeNo,
double totalFee,
String notifyUrl,
String createIp,
String attach,
SceneInfoApp app)
创建WAP支付请求对象
|
MerchantPaymentRequest |
PaymentProxy.createWapPayRequest(String body,
String outTradeNo,
double totalFee,
String notifyUrl,
String createIp,
String attach,
SceneInfoApp app)
创建WAP支付请求对象:正常流程用户支付完成后会返回至发起支付的页面,如需返回至指定页面,
则可以在MWEB_URL后拼接上redirect_url参数,来指定回调页面
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractPaymentRequest
Created by PokerFace
Create Date 2019-12-28.
|
class |
AppPaymentRequest
Created by PokerFace
Create Date 2019-12-28.
|
class |
JsapiPaymentRequest
Created by PokerFace
Create Date 2019-12-28.
|
class |
MicroPaymentRequest
Created by PokerFace
Create Date 2019-12-28.
|
class |
NativePaymentRequest
Created by PokerFace
Create Date 2019-12-28.
|
class |
WapPaymentRequest
Created by PokerFace
Create Date 2019-12-28.
|
Copyright © 2019. All rights reserved.