Uses of Class
com.foxinmy.weixin4j.pay.payment.mch.NativePayResponse
-
Packages that use NativePayResponse Package Description com.foxinmy.weixin4j.pay com.foxinmy.weixin4j.pay.api -
-
Uses of NativePayResponse in com.foxinmy.weixin4j.pay
Methods in com.foxinmy.weixin4j.pay that return NativePayResponse Modifier and Type Method Description NativePayResponse
WeixinPayProxy. createNativePayResponse(String productId, String body, String outTradeNo, double totalFee, String notifyUrl, String createIp, String attach)
创建Native支付(扫码支付)回调对象【模式一】 -
Uses of NativePayResponse in com.foxinmy.weixin4j.pay.api
Methods in com.foxinmy.weixin4j.pay.api that return NativePayResponse Modifier and Type Method Description NativePayResponse
PayApi. createNativePayResponse(String productId, String body, String outTradeNo, double totalFee, String notifyUrl, String createIp, String attach)
创建Native支付(扫码支付)回调对象【模式一】
-