get('tencentCloud'); if(empty($ConfigData)){ $this->sendOutput('腾讯云配置项错误',ErrorCode::$configEroor); } $objVod = new Vod($ConfigData['secretId'], $ConfigData['secretKey']); $result = $objVod->getUploadSign(); if ($result->isSuccess()) { parent::sendOutput($result->getData()); } else { parent::sendOutput($result->getData(), $result->getErrorCode()); } } }