|
|
@@ -204,7 +204,7 @@ class BaseService
|
|
|
foreach ($array as $item) {
|
|
|
if (count($texts) == 0) {
|
|
|
$texts[] = $item . "\n";
|
|
|
- } else if (strlen($texts[count($texts) - 1] . $item) <= 4096) {
|
|
|
+ } else if (strlen($texts[count($texts) - 1] . $item) <= 4095) {
|
|
|
$texts[count($texts) - 1] .= $item . "\n";
|
|
|
} else {
|
|
|
$texts[] = $item . "\n";
|