瀏覽代碼

快手批量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'),