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

17 lines
225 B
PHP

<?php
/***
* 汇付天下
*/
namespace app\common\payment\setting\other;
use app\common\payment\setting\BasePaymentSetting;
class HfTxSetting extends BasePaymentSetting
{
public function canUse()
{
return true;
}
}