Uses of Interface
com.foxinmy.weixin4j.pay.payment.mch.MchPayRequest
-
Packages that use MchPayRequest Package Description com.foxinmy.weixin4j.pay com.foxinmy.weixin4j.pay.api com.foxinmy.weixin4j.pay.payment.mch -
-
Uses of MchPayRequest in com.foxinmy.weixin4j.pay
Methods in com.foxinmy.weixin4j.pay that return MchPayRequest Modifier and Type Method Description MchPayRequest
WeixinPayProxy. createAppPayRequest(String body, String outTradeNo, double totalFee, String notifyUrl, String createIp, String attach, SceneInfoStore store)
创建APP支付请求对象MchPayRequest
WeixinPayProxy. createDepositPayRequest(String code, String body, String outTradeNo, double totalFee, String createIp, String openId, String attach, SceneInfoStore store, boolean isFacePay)
押金支付请求 注意:(此功能微信已下架,改为邀请开通,因此暂未使用)MchPayRequest
WeixinPayProxy. createJSPayRequest(String openId, String body, String outTradeNo, double totalFee, String notifyUrl, String createIp, String attach)
创建JSAPI支付请求对象MchPayRequest
WeixinPayProxy. createMicroPayRequest(String authCode, String body, String outTradeNo, double totalFee, String createIp, String attach, SceneInfoStore store)
提交被扫支付MchPayRequest
WeixinPayProxy. createNativePayRequest(String productId, String body, String outTradeNo, double totalFee, String notifyUrl, String createIp, String attach)
创建Native支付(扫码支付)链接【模式二】MchPayRequest
WeixinPayProxy. createPayRequest(MchPayPackage payPackage)
创建支付请求对象MchPayRequest
WeixinPayProxy. createWapPayRequest(String body, String outTradeNo, double totalFee, String notifyUrl, String createIp, String attach, SceneInfoApp app)
创建WAP支付请求对象 -
Uses of MchPayRequest in com.foxinmy.weixin4j.pay.api
Methods in com.foxinmy.weixin4j.pay.api that return MchPayRequest Modifier and Type Method Description MchPayRequest
PayApi. createAppPayRequest(String body, String outTradeNo, double totalFee, String notifyUrl, String createIp, String attach, SceneInfoStore store)
创建APP支付请求对象MchPayRequest
PayApi. createDepositPayRequest(String code, String body, String outTradeNo, double totalFee, String createIp, String openId, String attach, SceneInfoStore store, boolean isFacePay)
创建押金支付MchPayRequest
PayApi. createJSPayRequest(String openId, String body, String outTradeNo, double totalFee, String notifyUrl, String createIp, String attach)
创建JSAPI支付请求对象MchPayRequest
PayApi. createMicroPayRequest(String authCode, String body, String outTradeNo, double totalFee, String createIp, String attach, SceneInfoStore store)
提交被扫支付MchPayRequest
PayApi. createNativePayRequest(String productId, String body, String outTradeNo, double totalFee, String notifyUrl, String createIp, String attach)
创建Native支付(扫码支付)链接【模式二】MchPayRequest
PayApi. createPayRequest(MchPayPackage payPackage)
创建支付请求对象MchPayRequest
PayApi. createWapPayRequest(String body, String outTradeNo, double totalFee, String notifyUrl, String createIp, String attach, SceneInfoApp app)
创建WAP支付请求对象:正常流程用户支付完成后会返回至发起支付的页面,如需返回至指定页面, 则可以在MWEB_URL后拼接上redirect_url参数,来指定回调页面 -
Uses of MchPayRequest in com.foxinmy.weixin4j.pay.payment.mch
Classes in com.foxinmy.weixin4j.pay.payment.mch that implement MchPayRequest Modifier and Type Class Description class
AbstractPayRequest
class
APPPayRequest
APP支付class
JSAPIPayRequest
公众号JS支付:get_brand_wcpay_requestclass
MICROPayRequest
MICROPAY刷卡支付class
NATIVEPayRequest
NATIVE扫码支付(模式二)class
WAPPayRequest
WAP支付
-