Merge pull request #52 from YuFengZe/master

Update CQ.php
This commit is contained in:
Jerry Ma 2021-11-10 14:06:13 +08:00 committed by GitHub
commit d6ec404d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -356,7 +356,7 @@ class CQ
}
$cq["start"] = $offset + $head;
$cq["end"] = $offset + $tmpmsg + $head;
$offset += $tmpmsg + 1;
$offset += $head + $tmpmsg + 1;
$cqs[] = (!$is_object ? $cq : CQObject::fromArray($cq));
}
return $cqs;