feat: 新增nas下载页

This commit is contained in:
2024-11-16 17:39:32 +08:00
parent 9fa9af3332
commit b08b0d9bab
4 changed files with 316 additions and 0 deletions

View File

@@ -92,6 +92,11 @@ class TopsNas extends BaseController
return $this->fetch();
}
public function download()
{
return $this->fetch();
}
/**
* nas 客户合作
*/