|
@@ -81,7 +81,7 @@ public class ByteDanceVideoReportDailyController {
|
|
|
|
|
|
@AutoLog(value = "头条视频单个账户按天汇总")
|
|
|
@ApiOperation(value = "头条视频单个账户按天汇总", notes = "头条视频单个账户按天汇总")
|
|
|
- @PostMapping(value = "/videoInfoListByAccountId")
|
|
|
+ @GetMapping(value = "/videoInfoListByAccountId")
|
|
|
public Result videoInfoListByAccountId(@RequestParam(name = "startDate") String startDate,
|
|
|
@RequestParam(name = "endDate") String endDate,
|
|
|
@RequestParam(name = "accountId") Long accountId,
|