Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php declare(strict_types=1); namespace Yansongda\Pay\Plugin\Alipay\V2\Fund\Royalty\Rel..
Decoded Output download
<?php
declare(strict_types=1);
namespace Yansongda\Pay\Plugin\Alipay\V2\Fund\Royalty\Relation;
use Closure;
use Yansongda\Artful\Contract\PluginInterface;
use Yansongda\Artful\Logger;
use Yansongda\Artful\Rocket;
/**
* @see https://opendocs.alipay.com/open/c21931d6_alipay.trade.royalty.relation.bind?pathHash=08a24dae&ref=api&scene=common
*/
class BindPlugin implements PluginInterface
{
public function assembly(Rocket $rocket, Closure $next): Rocket
{
Logger::debug('[Alipay][Fund][Royalty][Relation][BindPlugin] ', ['rocket' => $rocket]);
$rocket->mergePayload([
'method' => 'alipay.trade.royalty.relation.bind',
'biz_content' => $rocket->getParams(),
]);
Logger::info('[Alipay][Fund][Royalty][Relation][BindPlugin] ', ['rocket' => $rocket]);
return $next($rocket);
}
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace Yansongda\Pay\Plugin\Alipay\V2\Fund\Royalty\Relation;
use Closure;
use Yansongda\Artful\Contract\PluginInterface;
use Yansongda\Artful\Logger;
use Yansongda\Artful\Rocket;
/**
* @see https://opendocs.alipay.com/open/c21931d6_alipay.trade.royalty.relation.bind?pathHash=08a24dae&ref=api&scene=common
*/
class BindPlugin implements PluginInterface
{
public function assembly(Rocket $rocket, Closure $next): Rocket
{
Logger::debug('[Alipay][Fund][Royalty][Relation][BindPlugin] ', ['rocket' => $rocket]);
$rocket->mergePayload([
'method' => 'alipay.trade.royalty.relation.bind',
'biz_content' => $rocket->getParams(),
]);
Logger::info('[Alipay][Fund][Royalty][Relation][BindPlugin] ', ['rocket' => $rocket]);
return $next($rocket);
}
}
Function Calls
None |
Stats
MD5 | 80dff5ded0eaefaaff245b7b97f88430 |
Eval Count | 0 |
Decode Time | 100 ms |