Commit 2d07aef99f39b767ccb7d8d4b2ea610f6c6161b8
1 parent
c759f4a4
签到改成4点刷新
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/actions/ActivityAction.lua
@@ -119,7 +119,7 @@ end | @@ -119,7 +119,7 @@ end | ||
119 | function _M.signRpc(agent, data) | 119 | function _M.signRpc(agent, data) |
120 | local role = agent.role | 120 | local role = agent.role |
121 | 121 | ||
122 | - local serverT = skynet.timex() | 122 | + local serverT = skynet.timex() - RESET_TIME * 3600 |
123 | local tm = os.date("*t", serverT) | 123 | local tm = os.date("*t", serverT) |
124 | 124 | ||
125 | local curDay = tm.day | 125 | local curDay = tm.day |