Java 随机红包、平均红包分配规则

package com.rsfy.utils; import java.util.ArrayList; import java.util.List; /** * 红包分配规则 * * @author houzh * */ public class RedPacketUtils { // 最小红包额度 private static final int MINMONEY = 1;
相关文章
相关标签/搜索