|
@@ -2584,6 +2584,12 @@ export default {
|
|
this.addGroup()
|
|
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', {
|
|
getAction('/kuaishou/batch/getWhiteList', {
|
|
accountId: localStorage.getItem('campaignAccountId'),
|
|
accountId: localStorage.getItem('campaignAccountId'),
|