Authored by ping

修改签到文字

... ... @@ -50,7 +50,7 @@ public class UserdaySigninServiceImpl implements IUserdaySigninService {
String key = "yh:activity:userday:" + uid + "_" + dateStr;
String s = yhValueOperations.get(key);
if ("1".equals(s)) {
throw new ServiceException(405, "您已签过到");
throw new ServiceException(405, "您已领取过");
}
// (4)发送有货币,完成签到
... ...