Files
orico-official-website-old/app/usmobile/controller/TopsNas.php
2025-01-20 14:22:19 +08:00

18 lines
237 B
PHP
Executable File

<?php
namespace app\usmobile\controller;
class TopsNas extends BaseController
{
public function _initialize()
{
parent::_initialize();
}
public function download()
{
return $this->fetch();
}
}