|
@@ -182,9 +182,9 @@ public class AiBytedanceAdvertiserStrategyController {
|
|
|
// BUDGET_MODE_INFINITE-不限
|
|
|
String accountBudgetMode = aiBytedanceAdvertiserStrategy.getAccountBudgetMode().equals("1") ? "BUDGET_MODE_INFINITE" : "BUDGET_MODE_DAY";
|
|
|
Result resultBudget = marketingService.updateBudget(token,accountBudgetMode,aiBytedanceAdvertiserStrategy.getAccountBudget());
|
|
|
- if (!resultBudget.isSuccess()){
|
|
|
- return Result.errorMsg("同步更新头条预算失败。");
|
|
|
- }
|
|
|
+ /*if (!resultBudget.isSuccess()){
|
|
|
+ return Result.errorMsg(resultBudget.getMessage());
|
|
|
+ }*/
|
|
|
|
|
|
}
|
|
|
return Result.successMsg("修改成功!", null);
|