Uses of Class
com.foxinmy.weixin4j.payment.coupon.CouponResult
-
Packages that use CouponResult Package Description com.foxinmy.weixin4j.api com.foxinmy.weixin4j.payment -
-
Uses of CouponResult in com.foxinmy.weixin4j.api
Methods in com.foxinmy.weixin4j.api that return CouponResult Modifier and Type Method Description CouponResult
CouponApi. sendCoupon(String couponStockId, String partnerTradeNo, String openId, String opUserId)
Deprecated.发放代金券(需要证书) -
Uses of CouponResult in com.foxinmy.weixin4j.payment
Methods in com.foxinmy.weixin4j.payment that return CouponResult Modifier and Type Method Description CouponResult
WeixinPayProxy. sendCoupon(String couponStockId, String partnerTradeNo, String openId, String opUserId)
Deprecated.发放代金券(需要证书)
-