songyh il y a 4 ans
Parent
commit
2b74299cfe

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

@@ -244,8 +244,6 @@ public class AiBytedanceAdvertiserStrategyController {
 
 	}
 
-
-
 	@ApiOperation(value="头条智能投放账户配置-获取行业类别", notes="头条智能投放账户配置-获取行业类别")
 	@GetMapping(value = "/getIndustryList")
 	public Result getIndustryList(@RequestParam("accountId") String accountId, @RequestParam(value = "type",defaultValue = "ADVERTISER") String type) {
@@ -310,6 +308,7 @@ public class AiBytedanceAdvertiserStrategyController {
 		}
 	}
 
+	@ApiOperation(value="智能投放测试创建计划", notes="智能投放测试创建计划")
 	@GetMapping("testCreateCreativeLimit")
 	public Map<String, Object> testCreateCreativeLimit(Long accountId, Integer hour) {
 		Map<String, Object> result = new HashMap<>();