浏览代码

修改自动投放上新逻辑代码

syh 4 年之前
父节点
当前提交
c840479c35

+ 0 - 6
jeecg-boot-module-system/src/test/java/org/jeecg/SampleTest.java

@@ -453,10 +453,4 @@ public class SampleTest {
 
     @Autowired
     IAiKuaishouNewCreateCampaign aiKuaishouNewCreateCampaign;
-
-    @Test
-    public void kuaishouAiTest(){
-        aiKuaishouNewCreateCampaign.kuaishouAiAdsNewMaterialCreativity();
-    }
-
 }

+ 0 - 3
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/ai/service/impl/AiKuaishouNewCreateCampaignServiceImpl.java

@@ -245,7 +245,6 @@ public class AiKuaishouNewCreateCampaignServiceImpl implements IAiKuaishouNewCre
             targetJsonObject.put("exclude_population",excludePopulation);
         }
         unitParams.put("target",targetJsonObject);
-
         return unitParams;
     }
 
@@ -292,8 +291,6 @@ public class AiKuaishouNewCreateCampaignServiceImpl implements IAiKuaishouNewCre
             // 则调用上传url的方法 kuauiShouImageUpload(url, signature, accountId, oauthToken.getAccessToken());
             return materialUploadService.kuauiShouImageUpload(imageUrl,imageCode,accountId,token);
         }
-
         return imageGet.getImageToken();
     }
-
 }