ENH: Refresh Staffpick every 6 hours

JIRA: NONE
Change-Id: I90f84337d5343fe60d6a3b452d0e48e0f5f1ab20
(cherry picked from commit 2da0c2fcfdaa86e45bfcf13cf907d766a037c7cd)
This commit is contained in:
zorro.zhang 2024-01-03 16:54:29 +08:00 committed by Lane.Wei
parent 7d4fa3a750
commit d73171da9d
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ function SendMsg_GetStaffPick()
SendWXMessage( JSON.stringify(tSend) );
setTimeout("SendMsg_GetStaffPick()",3600*1000*1);
setTimeout("SendMsg_GetStaffPick()",3600*1000*6);
}
function ShowStaffPick( ModelList )