Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
汪标炎
qingrong-base-tool
Commits
9aa8ccce
Commit
9aa8ccce
authored
1 year ago
by
wangbiaoyan
Browse files
Options
Download
Patches
Plain Diff
添加参数
parent
817b5d12
master
douyin_upload
v2.8
v2.7
v2.6
v2.5
v2.4
v2.3
v2.2
v2.1
v2.0
v1.8
v1.7
v1.6
v1.5
v1.4
v1.3
v1.2
v1.1
v1.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Bean/ShortPlay/PullUploadParamBean.php
+23
-0
src/Bean/ShortPlay/PullUploadParamBean.php
src/ShortPlay/ShortPlayInterface.php
+2
-1
src/ShortPlay/ShortPlayInterface.php
with
25 additions
and
1 deletion
+25
-1
src/Bean/ShortPlay/PullUploadParamBean.php
+
23
−
0
View file @
9aa8ccce
...
...
@@ -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
*/
...
...
This diff is collapsed.
Click to expand it.
src/ShortPlay/ShortPlayInterface.php
+
2
−
1
View file @
9aa8ccce
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets