mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 16:45:35 +08:00
Update CQ.php
This commit is contained in:
@@ -356,7 +356,7 @@ class CQ
|
|||||||
}
|
}
|
||||||
$cq["start"] = $offset + $head;
|
$cq["start"] = $offset + $head;
|
||||||
$cq["end"] = $offset + $tmpmsg + $head;
|
$cq["end"] = $offset + $tmpmsg + $head;
|
||||||
$offset += $tmpmsg + 1;
|
$offset += $head + $tmpmsg + 1;
|
||||||
$cqs[] = (!$is_object ? $cq : CQObject::fromArray($cq));
|
$cqs[] = (!$is_object ? $cq : CQObject::fromArray($cq));
|
||||||
}
|
}
|
||||||
return $cqs;
|
return $cqs;
|
||||||
|
|||||||
Reference in New Issue
Block a user