소스 검색

快手批量2.0开始修改

朱鑫波 3 년 전
부모
커밋
c7c0b148da
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/views/modules/kuaishouapp/batchCreation/creat/creatUnit.vue

+ 6 - 0
src/views/modules/kuaishouapp/batchCreation/creat/creatUnit.vue

@@ -2584,6 +2584,12 @@ export default {
         this.addGroup()
       }
     })
+    this.getAction('/kuaishou/kuaiShouVideoGet/getBatchV2VideoList', {accountId:localStorage.getItem('campaignAccountId')}).then(res=>{
+      console.log(res)
+    })
+    this.getAction('/kuaishou/kuaiShouVideoGet/getVideoListByCostType', {accountId:localStorage.getItem('campaignAccountId'),costType:1}).then(res=>{
+      console.log(res)
+    })
 
     getAction('/kuaishou/batch/getWhiteList', {
       accountId: localStorage.getItem('campaignAccountId'),