1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-22 03:32:47 +08:00

禁止点播客户端上传

This commit is contained in:
xiaochong0302 2020-09-07 10:48:19 +08:00
parent 387503c218
commit c426656d12

View File

@ -16,6 +16,11 @@ class VodController extends Controller
*/
public function uploadSignAction()
{
/**
* demo分支禁止上传,返回一个空签名
*/
return $this->jsonSuccess(['sign' => '']);
$service = new VodService();
$sign = $service->getUploadSign();