Uses of Class
com.foxinmy.weixin4j.payment.mch.SceneInfoStore
-
Packages that use SceneInfoStore Package Description com.foxinmy.weixin4j.api com.foxinmy.weixin4j.payment -
-
Uses of SceneInfoStore in com.foxinmy.weixin4j.api
Methods in com.foxinmy.weixin4j.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)
Deprecated.创建APP支付请求对象MchPayRequest
PayApi. createMicroPayRequest(String authCode, String body, String outTradeNo, double totalFee, String createIp, String attach, SceneInfoStore store)
Deprecated.提交被扫支付 -
Uses of SceneInfoStore in com.foxinmy.weixin4j.payment
Methods in com.foxinmy.weixin4j.payment 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)
Deprecated.创建APP支付请求对象MchPayRequest
WeixinPayProxy. createMicroPayRequest(String authCode, String body, String outTradeNo, double totalFee, String createIp, String attach, SceneInfoStore store)
Deprecated.提交被扫支付
-