feat: 添加视频上传接口
This commit is contained in:
12
app/admin/controller/v1/Video.php
Normal file
12
app/admin/controller/v1/Video.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
declare (strict_types = 1);
|
||||
|
||||
namespace app\admin\controller\v1;
|
||||
|
||||
/**
|
||||
* 视频管理控制器
|
||||
*/
|
||||
class Video
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user