Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
Z
zxn-adputin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lijin
zxn-adputin
Commits
e1aaba1a
Commit
e1aaba1a
authored
Dec 26, 2024
by
jiyonggang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加个没写完的上传页面
parent
0e2dee5e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
279 additions
and
85 deletions
+279
-85
report.js
src/api/report.js
+24
-0
uploadYoutube.vue
src/views/uploadYoutube/uploadYoutube.vue
+255
-85
No files found.
src/api/report.js
View file @
e1aaba1a
...
...
@@ -443,6 +443,30 @@ export function getListMyPlaylists(params) {
params
})
}
export
function
getVideo
(
params
)
{
return
request
({
// url: 'http://localhost:8567/material/business/video/list',
url
:
'https://putinapi.zhangxindiet.com/material/business/video/list'
,
method
:
"get"
,
params
})
}
export
function
getTotalVideoNumber
()
{
return
request
({
// url: 'http://localhost:8567/material/business/video/total',
url
:
'https://putinapi.zhangxindiet.com/material/business/video/total'
,
method
:
'get'
})
}
export
function
uploadFromOss
(
data
)
{
return
request
({
// url: 'http://localhost:8567/youtube/uploadFromOss',
url
:
'https://putinapi.zhangxindiet.com/youtube/uploadFromOss'
,
method
:
'post'
,
data
})
}
// 获取指定账户的转化列表
export
function
fetchConversionAction
(
data
)
{
...
...
src/views/uploadYoutube/uploadYoutube.vue
View file @
e1aaba1a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment