Uses of Interface
com.foxinmy.weixin4j.payment.mch.MchPayRequest

Packages that use MchPayRequest
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
 MchPayRequest PayApi.createAppPayRequest(String body, String outTradeNo, double totalFee, String notifyUrl, String createIp, String attach)
          创建APP支付请求对象
 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)
          提交被扫支付
 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)
          创建WAP支付请求对象:正常流程用户支付完成后会返回至发起支付的页面,如需返回至指定页面, 则可以在MWEB_URL后拼接上redirect_url参数,来指定回调页面
 

Uses of MchPayRequest in com.foxinmy.weixin4j.payment
 

Methods in com.foxinmy.weixin4j.payment that return MchPayRequest
 MchPayRequest WeixinPayProxy.createAppPayRequest(String body, String outTradeNo, double totalFee, String notifyUrl, String createIp, String attach)
          创建APP支付请求对象
 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)
          提交被扫支付
 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)
          创建WAP支付请求对象
 

Uses of MchPayRequest in com.foxinmy.weixin4j.payment.mch
 

Classes in com.foxinmy.weixin4j.payment.mch that implement MchPayRequest
 class AbstractPayRequest
           
 class APPPayRequest
          APP支付
 class JSAPIPayRequest
          公众号JS支付:get_brand_wcpay_request
 class MICROPayRequest
          MICROPAY刷卡支付
 class NATIVEPayRequest
          NATIVE扫码支付(模式二)
 class WAPPayRequest
          WAP支付
 



Copyright © 2014–2017. All rights reserved.