From 36681e15e12aaa9135f69260472de65303cdcba3 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 26 四月 2022 19:10:45 +0800 Subject: [PATCH] 任务优化 --- app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornMakeService.java | 41 ++++++++++++++++++++++++++++++++++++++++- 1 files changed, 40 insertions(+), 1 deletions(-) diff --git a/app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornMakeService.java b/app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornMakeService.java index 23c931f..0e5c5c0 100644 --- a/app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornMakeService.java +++ b/app/src/main/java/com/yeshi/makemoney/app/service/inter/goldcorn/GoldCornMakeService.java @@ -28,7 +28,7 @@ * @param: isDouble 鏄惁鍔犲�� * @param: time 鍙戠敓鏃堕棿 **/ - public GoldCornGetRecord addGoldCorn(Long uid, GoldCornGetType type, boolean isDouble, Date time, Integer price) throws UserInfoException, GoldCornGetPriceException, GoldCornGetFrequencyConfigException, GoldCornMakeException; + public GoldCornGetRecord addGoldCorn(Long uid, GoldCornGetType type, boolean isDouble, Date time, Integer price) throws UserInfoException, GoldCornGetFrequencyConfigException, GoldCornMakeException; /** @@ -82,4 +82,43 @@ public GoldCornGetRecord signIn(Long uid) throws GoldCornGetFrequencyConfigException, UserInfoException, GoldCornGetPriceException, GoldCornMakeException; + /** + * @return com.yeshi.makemoney.app.entity.goldcorn.GoldCornGetRecord + * @author hxh + * @description 瑙傜湅瑙嗛 + * @date 18:47 2022/4/26 + * @param: uid + * @param: isDouble + * @param: time + * @param: timeSeconds + **/ + public Integer watchVideo(Long uid, boolean isDouble, Date time, int timeSeconds) throws GoldCornGetPriceException, UserInfoException, GoldCornMakeException, GoldCornGetFrequencyConfigException; + + + /** + * @return com.yeshi.makemoney.app.entity.goldcorn.GoldCornGetRecord + * @author hxh + * @description 闃呰灏忚 + * @date 18:48 2022/4/26 + * @param: uid + * @param: isDouble + * @param: time + * @param: timeSeconds + **/ + public Integer readNovel(Long uid, boolean isDouble, Date time, int timeSeconds) throws GoldCornGetPriceException, UserInfoException, GoldCornMakeException, GoldCornGetFrequencyConfigException; + + + /** + * @return com.yeshi.makemoney.app.entity.goldcorn.GoldCornGetRecord + * @author hxh + * @description 娴忚璧勮 + * @date 18:48 2022/4/26 + * @param: uid + * @param: isDouble + * @param: time + * @param: num + **/ + public Integer scanNews(Long uid, boolean isDouble, Date time, int num) throws GoldCornGetPriceException, UserInfoException, GoldCornMakeException, GoldCornGetFrequencyConfigException; + + } -- Gitblit v1.8.0