bztang-admin/app/common/payment/setting/other/AggregateAlipaySetting.php

22 lines
288 B
PHP

<?php
/**
* Created by PhpStorm.
*
*
*
* Date: 2021/8/31
* Time: 17:50
*/
namespace app\common\payment\setting\other;
use app\common\payment\setting\BasePaymentSetting;
class AggregateAlipaySetting extends BasePaymentSetting
{
public function canUse()
{
return false;
}
}