mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
[更新]修改任务变量
This commit is contained in:
parent
8053265314
commit
da8cad80ec
@ -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);
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user