Ver código fonte

fix 公众号发送

liuzejian 1 ano atrás
pai
commit
6a61107c96
1 arquivos alterados com 1 adições e 0 exclusões
  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;
     }