测试:普通参数--新增
All checks were successful
API接口参数变更检测 / api-param-check (push) Successful in 19s

This commit is contained in:
2026-06-05 17:21:19 +08:00
parent eec5608cce
commit d0aeefa1e7

View File

@@ -290,7 +290,7 @@ public class WebStatisticsController implements FtbStatisticsApi {
public ActionResult<Boolean> dayStatisticsTriggered(@RequestParam("tenantId") Boolean tenantId,
@RequestParam("groupId") Boolean groupId,
@RequestParam("userId") Boolean userId,
@RequestParam("day") Boolean day) throws LoginException {
@RequestParam("day") Boolean day,@RequestParam("day1") Boolean day1) throws LoginException {
StatisticsSingleDto courseEventDTO = StatisticsSingleDto.builder()
.tenantId(tenantId)
.groupId(groupId)