فهرست منبع

账户配置新增/修改账户预算 同步至头条

yangzian 4 سال پیش
والد
کامیت
3903aa301e

+ 3 - 3
jeecg-boot-module-system/src/main/java/org/jeecg/modules/bytedance/advertise/controller/AiBytedanceAdvertiserStrategyController.java

@@ -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);