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