Selaa lähdekoodia

add title to dingtalk

visuddhinanda 2 vuotta sitten
vanhempi
sitoutus
dbe9af7147
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/Console/Commands/MqDiscussion.php

+ 1 - 1
app/Console/Commands/MqDiscussion.php

@@ -82,7 +82,7 @@ class MqDiscussion extends Command
 
 
                         switch ($hook->receiver) {
                         switch ($hook->receiver) {
                             case 'dingtalk':
                             case 'dingtalk':
-                                $ok = $whSend->dingtalk($hook->url,null,$msgContent);
+                                $ok = $whSend->dingtalk($hook->url,"title",$msgContent);
                                 break;
                                 break;
                             case 'wechat':
                             case 'wechat':
                                 $ok = $whSend->wechat($hook->url,null,$msgContent);
                                 $ok = $whSend->wechat($hook->url,null,$msgContent);