Browse Source

fix 公众号发送

liuzejian 1 năm trước cách đây
mục cha
commit
6a61107c96
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
     }