|
- putAdqLandingPage({ accountIdList: data?.map((item: { adAccountId: number }) => item.adAccountId) }).then(res => {
|
|
+ putAdqLandingPage({ accountIdList: data?.map((item: { adAccountId: number }) => item.adAccountId), isUsePool: false }).then(res => {
|