Uses of Interface
com.foxinmy.weixin4j.payment.mch.MchPayRequest
-
Packages that use MchPayRequest Package Description com.foxinmy.weixin4j.api com.foxinmy.weixin4j.payment com.foxinmy.weixin4j.payment.mch -
-
Uses of MchPayRequest in com.foxinmy.weixin4j.api
Methods in com.foxinmy.weixin4j.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)
Deprecated.创建APP支付请求对象MchPayRequest
PayApi. createJSPayRequest(String openId, String body, String outTradeNo, double totalFee, String notifyUrl, String createIp, String attach)
Deprecated.创建JSAPI支付请求对象MchPayRequest
PayApi. createMicroPayRequest(String authCode, String body, String outTradeNo, double totalFee, String createIp, String attach, SceneInfoStore store)
Deprecated.提交被扫支付MchPayRequest
PayApi. createNativePayRequest(String productId, String body, String outTradeNo, double totalFee, String notifyUrl, String createIp, String attach)
Deprecated.创建Native支付(扫码支付)链接【模式二】MchPayRequest
PayApi. createPayRequest(MchPayPackage payPackage)
Deprecated.创建支付请求对象MchPayRequest
PayApi. createWapPayRequest(String body, String outTradeNo, double totalFee, String notifyUrl, String createIp, String attach, SceneInfoApp app)
Deprecated.创建WAP支付请求对象:正常流程用户支付完成后会返回至发起支付的页面,如需返回至指定页面, 则可以在MWEB_URL后拼接上redirect_url参数,来指定回调页面 -
Uses of MchPayRequest in com.foxinmy.weixin4j.payment
Methods in com.foxinmy.weixin4j.payment 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)
Deprecated.创建APP支付请求对象MchPayRequest
WeixinPayProxy. createJSPayRequest(String openId, String body, String outTradeNo, double totalFee, String notifyUrl, String createIp, String attach)
Deprecated.创建JSAPI支付请求对象MchPayRequest
WeixinPayProxy. createMicroPayRequest(String authCode, String body, String outTradeNo, double totalFee, String createIp, String attach, SceneInfoStore store)
Deprecated.提交被扫支付MchPayRequest
WeixinPayProxy. createNativePayRequest(String productId, String body, String outTradeNo, double totalFee, String notifyUrl, String createIp, String attach)
Deprecated.创建Native支付(扫码支付)链接【模式二】MchPayRequest
WeixinPayProxy. createPayRequest(MchPayPackage payPackage)
Deprecated.创建支付请求对象MchPayRequest
WeixinPayProxy. createWapPayRequest(String body, String outTradeNo, double totalFee, String notifyUrl, String createIp, String attach, SceneInfoApp app)
Deprecated.创建WAP支付请求对象 -
Uses of MchPayRequest in com.foxinmy.weixin4j.payment.mch
Classes in com.foxinmy.weixin4j.payment.mch that implement MchPayRequest Modifier and Type Class Description class
AbstractPayRequest
Deprecated.class
APPPayRequest
Deprecated.迁移到子模块weixin4j-payclass
JSAPIPayRequest
Deprecated.迁移到子模块weixin4j-payclass
MICROPayRequest
Deprecated.迁移到子模块weixin4j-payclass
NATIVEPayRequest
Deprecated.迁移到子模块weixin4j-payclass
WAPPayRequest
Deprecated.
-