mirror of
https://gitee.com/yansongda/pay.git
synced 2024-11-29 18:58:38 +08:00
update
This commit is contained in:
parent
f9011f0993
commit
be4c1edf72
@ -25,5 +25,6 @@ class QueryPlugin extends GeneralPlugin
|
||||
|
||||
protected function checkPayload(Rocket $rocket): void
|
||||
{
|
||||
$rocket->setPayload(null);
|
||||
}
|
||||
}
|
||||
|
@ -15,6 +15,8 @@ class SignPlugin implements PluginInterface
|
||||
{
|
||||
Logger::info('[wechat][SignPlugin] 插件开始装载', ['rocket' => $rocket]);
|
||||
|
||||
// todo
|
||||
|
||||
Logger::info('[wechat][SignPlugin] 插件装载完毕', ['rocket' => $rocket]);
|
||||
|
||||
return $next($rocket);
|
||||
|
Loading…
Reference in New Issue
Block a user