From 2464548977f4720bc8fceeb5d999c1a3852c2d10 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期四, 21 四月 2022 19:38:30 +0800
Subject: [PATCH] 签到与任务

---
 app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornGetPriceService.java |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornGetPriceService.java b/app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornGetPriceService.java
index aecfb2e..86366a8 100644
--- a/app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornGetPriceService.java
+++ b/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);
+
+
 }

--
Gitblit v1.8.0