improve tmp invite log

This commit is contained in:
xiaomlove
2024-02-26 23:45:19 +08:00
parent 9c07206c21
commit bc1827fba4
3 changed files with 44 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ class GenerateTemporaryInvite implements ShouldQueue
return;
}
$idArr = explode(",", $idStr);
do_log(sprintf("going to handle %d uid...", count($idArr)));
foreach ($idArr as $uid) {
try {
$hashArr = $toolRep->generateUniqueInviteHash([], $this->count, $this->count);