refactor: 更新统计分析接口路径,调整查询参数和返回对象类型
This commit is contained in:
@@ -20,7 +20,7 @@ import java.time.LocalDate;
|
||||
*/
|
||||
@Tag(name = "11.统计分析")
|
||||
@RestController
|
||||
@RequestMapping("/statistics")
|
||||
@RequestMapping("/api/v1/statistics")
|
||||
@RequiredArgsConstructor
|
||||
public class StatisticsController {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user