Explorar el Código

fix 公众号发送

liuzejian hace 1 año
padre
commit
6a61107c96
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
     }