|
@@ -1225,7 +1225,11 @@ public class AiBytedanceAdvertiserStrategyServiceImpl extends ServiceImpl<AiByte
|
|
|
@Override
|
|
|
public Result getAdActionText(String accountId, String landingType, String advancedCreativeType) throws Exception{
|
|
|
CtopOauthToken token = tokenService.getOauthTokenByAccountId(accountId);
|
|
|
- return marketingService.getActionText(token,landingType,advancedCreativeType);
|
|
|
+ // return marketingService.getActionText(token,landingType,advancedCreativeType);
|
|
|
+ //行动号召 不使用 api接口获取 使用自定义
|
|
|
+ String actionText[] = {"极速下载","免费下载","立即开聊","立即下载","安全下载","官方下载",
|
|
|
+ "立即约会","立即体验","立即配对","匹配交友","在线匹配","立即预约","获取匹配","立即咨询","寻找缘分"};
|
|
|
+ return Result.successMsg("返回行动号召成功。", actionText);
|
|
|
}
|
|
|
|
|
|
|