·
This commit is contained in:
parent
5f7d1ce6cc
commit
bc9cb7b2ca
@ -152,9 +152,9 @@ namespace CGamesServer.Business.Services
|
||||
if (existUser.SigninTime >= DateTime.Today && existUser.SigninTime < DateTime.Today.AddDays(1))
|
||||
{
|
||||
//每天最多签到2次
|
||||
if (existUser.SigninCount >= 2)
|
||||
if (existUser.SigninCount >= 100)
|
||||
{
|
||||
return 2;
|
||||
return 100;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user