mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-22 11:41:27 +08:00
禁止点播客户端上传
This commit is contained in:
parent
387503c218
commit
c426656d12
@ -16,6 +16,11 @@ class VodController extends Controller
|
|||||||
*/
|
*/
|
||||||
public function uploadSignAction()
|
public function uploadSignAction()
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* demo分支禁止上传,返回一个空签名
|
||||||
|
*/
|
||||||
|
return $this->jsonSuccess(['sign' => '']);
|
||||||
|
|
||||||
$service = new VodService();
|
$service = new VodService();
|
||||||
|
|
||||||
$sign = $service->getUploadSign();
|
$sign = $service->getUploadSign();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user