2024-01-20 14:22:20

This commit is contained in:
2025-01-20 14:22:19 +08:00
parent f47916fdbf
commit 3a06607be6
10 changed files with 688 additions and 0 deletions

17
app/us/controller/TopsNas.php Executable file
View File

@@ -0,0 +1,17 @@
<?php
namespace app\us\controller;
class TopsNas extends BaseController
{
public function _initialize()
{
parent::_initialize();
}
public function download()
{
return $this->fetch();
}
}