From da8cad80ec65776dbeab55492312ee232e403a68 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 17 Sep 2019 11:52:26 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/queue/WechatQueue.php | 2 +- application/wechat/queue/WechatQueue.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/service/queue/WechatQueue.php b/application/service/queue/WechatQueue.php index 0ee62a0ad..04ae5d3da 100644 --- a/application/service/queue/WechatQueue.php +++ b/application/service/queue/WechatQueue.php @@ -50,7 +50,7 @@ class WechatQueue extends Queue * @throws \think\Exception * @throws \think\exception\PDOException */ - public function execute(Input $input, Output $output, array $data) + public function execute(Input $input, Output $output, array $data = []) { $this->appid = $data['appid']; $wechat = WechatService::WeChatUser($this->appid); diff --git a/application/wechat/queue/WechatQueue.php b/application/wechat/queue/WechatQueue.php index eb894cc55..947d61283 100644 --- a/application/wechat/queue/WechatQueue.php +++ b/application/wechat/queue/WechatQueue.php @@ -45,7 +45,7 @@ class WechatQueue extends Queue * @throws \think\Exception * @throws \think\exception\PDOException */ - public function execute(Input $input, Output $output, array $data) + public function execute(Input $input, Output $output, array $data = []) { $appid = WechatService::getAppid(); $wechat = WechatService::WeChatUser();