Uses of Class
com.foxinmy.weixin4j.payment.mch.RedpacketSendResult
- 
Packages that use RedpacketSendResult Package Description com.foxinmy.weixin4j.api com.foxinmy.weixin4j.payment 
- 
- 
Uses of RedpacketSendResult in com.foxinmy.weixin4j.apiMethods in com.foxinmy.weixin4j.api that return RedpacketSendResult Modifier and Type Method Description RedpacketSendResultCashApi. sendRedpack(Redpacket redpacket)Deprecated.发放红包 企业向微信用户个人发现金红包Methods in com.foxinmy.weixin4j.api that return types with arguments of type RedpacketSendResult Modifier and Type Method Description List<Future<RedpacketSendResult>>CashApi. sendRedpacks(Redpacket... redpackets)Deprecated.批量发放红包 企业向微信用户个人发现金红包
- 
Uses of RedpacketSendResult in com.foxinmy.weixin4j.paymentMethods in com.foxinmy.weixin4j.payment that return RedpacketSendResult Modifier and Type Method Description RedpacketSendResultWeixinPayProxy. sendRedpack(Redpacket redpacket)Deprecated.发放红包 企业向微信用户个人发现金红包Methods in com.foxinmy.weixin4j.payment that return types with arguments of type RedpacketSendResult Modifier and Type Method Description List<Future<RedpacketSendResult>>WeixinPayProxy. sendRedpacks(Redpacket... redpackets)Deprecated.批量发放红包 企业向微信用户个人发现金红包
 
-