Uses of Class
com.foxinmy.weixin4j.pay.payment.mch.SceneInfoStore
-
Packages that use SceneInfoStore Package Description com.foxinmy.weixin4j.pay com.foxinmy.weixin4j.pay.api -
-
Uses of SceneInfoStore in com.foxinmy.weixin4j.pay
Methods in com.foxinmy.weixin4j.pay with parameters of type SceneInfoStore 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. createMicroPayRequest(String authCode, String body, String outTradeNo, double totalFee, String createIp, String attach, SceneInfoStore store)
提交被扫支付 -
Uses of SceneInfoStore in com.foxinmy.weixin4j.pay.api
Methods in com.foxinmy.weixin4j.pay.api with parameters of type SceneInfoStore 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. createMicroPayRequest(String authCode, String body, String outTradeNo, double totalFee, String createIp, String attach, SceneInfoStore store)
提交被扫支付
-