* 模板消息 */ namespace app\common\facade; use think\Facade; class Subscribe extends Facade{ protected static function getFacadeClass() { return 'app\common\facade\library\Subscribe'; } }