/*创建我的视频接口 第一个参数自己手动录入 第二个参数取值任务详情的接口接口*/// postActionXing("/internal/users/current/video-projects",{// brand_id:this.account.brand_id,name:this.project_name// }).then(// res=>{// this.project_id=res.data// console.log(this.project_id)// /*传入四个个参数 传入title icon_path transcode paths 设置传入的参数 */// postActionXing("/internal/users/current/video-projects/"+this.project_id+"/videos",{// title: this.content.title,// icon_path:this.content.resource,// transcode: true,// paths: [this.content.thumbnail]// })// }// )/*创建我的图文接口 进行数据的传输*/// postActionXing("/internal/users/current/word-projects",{// brand_id:this.account.brand_id,name:this.project_name,body:this.content.resource// }).then(// res=>{// this.project_id=res.data// console.log(this.project_id)// }// )/*获取图文详情*/// getActionXing("/internal/users/current/brands/word-projects/"+this.project_id).then(res=>{// console.log(res)// })/*图文详情 图文修改 图文分发接口*/// getActionXing("/internal/users/current/word-projects").then(res=>{// console.log(res)// this.dialogVisible=false// })