ソースを参照

快手批量2.0开始修改

朱鑫波 3 年 前
コミット
c7c0b148da

+ 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'),