for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Yansongda\Pay\Plugin\Alipay\Trade;
use Yansongda\Pay\Plugin\Alipay\GeneralPlugin;
/**
* @see https://opendocs.alipay.com/open/02c7hr?ref=api
*/
class RoyaltyRelationUnBindPlugin extends GeneralPlugin
{
public function getMethod(): string
return 'alipay.trade.royalty.relation.unbind';
}