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