This commit is contained in:
yansongda 2021-06-15 18:24:22 +08:00
parent f9011f0993
commit be4c1edf72
2 changed files with 3 additions and 0 deletions

View File

@ -25,5 +25,6 @@ class QueryPlugin extends GeneralPlugin
protected function checkPayload(Rocket $rocket): void
{
$rocket->setPayload(null);
}
}

View File

@ -15,6 +15,8 @@ class SignPlugin implements PluginInterface
{
Logger::info('[wechat][SignPlugin] 插件开始装载', ['rocket' => $rocket]);
// todo
Logger::info('[wechat][SignPlugin] 插件装载完毕', ['rocket' => $rocket]);
return $next($rocket);