seven 1 月之前
父节点
当前提交
4ac7ff97f8
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      app/Services/IssueService.php

+ 4 - 1
app/Services/IssueService.php

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