2025-01-25 10:25:30

This commit is contained in:
2025-01-24 10:25:32 +08:00
parent 9df93a243f
commit e993caaa2c
13 changed files with 1182 additions and 534 deletions

View File

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