Browse Source

快手批量2.0开始修改

朱鑫波 3 years ago
parent
commit
c7c0b148da
1 changed files with 6 additions and 0 deletions
  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'),