mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
fix temporary invite idRedisKey
This commit is contained in:
@@ -59,7 +59,7 @@ while (true) {
|
||||
break;
|
||||
}
|
||||
$idStr = implode(',', $idArr);
|
||||
$idRedisKey = sprintf("temporary_invite:%d", microtime(true));
|
||||
$idRedisKey = sprintf("temporary_invite:%s", microtime(true));
|
||||
\Nexus\Database\NexusDB::cache_put($idRedisKey, $idStr);
|
||||
if ($isTypeTmpInvite) {
|
||||
$command = sprintf(
|
||||
|
||||
Reference in New Issue
Block a user