Przeglądaj źródła

fix 公众号发送

liuzejian 1 rok temu
rodzic
commit
6a61107c96
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app/Jobs/WechatPlatform/GZHSendKFMessage.php

+ 1 - 0
app/Jobs/WechatPlatform/GZHSendKFMessage.php

@@ -41,6 +41,7 @@ class GZHSendKFMessage implements ShouldQueue
      */
     public function __construct($info)
     {
+        $this->info = $info;
         $this->isTest = $info['isTest'] ?? false;
     }