Showing
1 changed file
with
1 additions
and
1 deletions
@@ -50,7 +50,7 @@ public class UserdaySigninServiceImpl implements IUserdaySigninService { | @@ -50,7 +50,7 @@ public class UserdaySigninServiceImpl implements IUserdaySigninService { | ||
50 | String key = "yh:activity:userday:" + uid + "_" + dateStr; | 50 | String key = "yh:activity:userday:" + uid + "_" + dateStr; |
51 | String s = yhValueOperations.get(key); | 51 | String s = yhValueOperations.get(key); |
52 | if ("1".equals(s)) { | 52 | if ("1".equals(s)) { |
53 | - throw new ServiceException(405, "您已签过到"); | 53 | + throw new ServiceException(405, "您已领取过"); |
54 | } | 54 | } |
55 | 55 | ||
56 | // (4)发送有货币,完成签到 | 56 | // (4)发送有货币,完成签到 |
-
Please register or login to post a comment