|
|
@@ -588,7 +588,10 @@ class IssueService extends BaseService
|
|
|
$text .= "尾数:{$tail} \n";
|
|
|
$text .= "------------------\n";
|
|
|
}
|
|
|
-
|
|
|
+ self::telegram()->sendMessage([
|
|
|
+ 'chat_id' => $memberId,
|
|
|
+ 'text' => $text,
|
|
|
+ ]);
|
|
|
}else{
|
|
|
self::telegram()->sendMessage([
|
|
|
'chat_id' => $memberId,
|