admin
2022-04-21 2464548977f4720bc8fceeb5d999c1a3852c2d10
app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornGetPriceService.java
@@ -77,4 +77,24 @@
    public Integer getPriceCornNum(SystemEnum system, GoldCornGetType type, Date date, boolean hasBoss);
    /**
     * @return java.lang.Integer
     * @author hxh
     * @description 获取签到的价格
     * @date 16:25 2022/4/21
     * @param: continueDay 连续签到天数
     **/
    public Integer getSingInPrice(SystemEnum system, int continueDay);
    /**
     * @author hxh
     * @description 获取连续签到的价格列表
     * @date 16:26 2022/4/21
     * @param: system
     * @return java.util.List<java.lang.Integer>
     **/
    public List<Integer> getSingInPriceList(SystemEnum system);
}