Commit 9aa8ccce authored by wangbiaoyan's avatar wangbiaoyan
Browse files

添加参数

Showing with 25 additions and 1 deletion
+25 -1
......@@ -36,6 +36,29 @@ class PullUploadParamBean extends ToolBaseBean
*/
private $sourceContext="";
/**
* token
* @var string $accessToken
*/
private $accessToken = "";
/**
* @return string
*/
public function getAccessToken(): string
{
return $this->accessToken;
}
/**
* @param string $accessToken
*/
public function setAccessToken(string $accessToken)
{
$this->accessToken = $accessToken;
}
/**
* @return string
*/
......
......@@ -16,8 +16,9 @@ interface ShortPlayInterface
/**
* 查询视频上传状态
* @param $taskId
* @param $accessToken
* @return mixed
*/
public function getUploadStatus($taskId);
public function getUploadStatus($taskId,$accessToken);
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment