Uses of Class
com.foxinmy.weixin4j.payment.mch.Redpacket
-
Packages that use Redpacket Package Description com.foxinmy.weixin4j.api com.foxinmy.weixin4j.payment com.foxinmy.weixin4j.payment.mch -
-
Uses of Redpacket in com.foxinmy.weixin4j.api
Methods in com.foxinmy.weixin4j.api with parameters of type Redpacket Modifier and Type Method Description RedpacketSendResult
CashApi. sendRedpack(Redpacket redpacket)
Deprecated.发放红包 企业向微信用户个人发现金红包List<Future<RedpacketSendResult>>
CashApi. sendRedpacks(Redpacket... redpackets)
Deprecated.批量发放红包 企业向微信用户个人发现金红包 -
Uses of Redpacket in com.foxinmy.weixin4j.payment
Methods in com.foxinmy.weixin4j.payment with parameters of type Redpacket Modifier and Type Method Description RedpacketSendResult
WeixinPayProxy. sendRedpack(Redpacket redpacket)
Deprecated.发放红包 企业向微信用户个人发现金红包List<Future<RedpacketSendResult>>
WeixinPayProxy. sendRedpacks(Redpacket... redpackets)
Deprecated.批量发放红包 企业向微信用户个人发现金红包 -
Uses of Redpacket in com.foxinmy.weixin4j.payment.mch
Methods in com.foxinmy.weixin4j.payment.mch that return Redpacket Modifier and Type Method Description Redpacket
Redpacket. copy(String outTradeNo, String openId)
Deprecated.批量发送时可能需要
-