Commit e1aaba1a authored by jiyonggang's avatar jiyonggang

加个没写完的上传页面

parent 0e2dee5e
...@@ -443,6 +443,30 @@ export function getListMyPlaylists(params) { ...@@ -443,6 +443,30 @@ export function getListMyPlaylists(params) {
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) { export function fetchConversionAction(data) {
......
This diff is collapsed.
Markdown is supported
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