From faae55b29a89fe38fcb745c3639c5ed8f661c6b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Fri, 25 Jul 2025 14:21:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/iflytop/colortitration/app/controller/SystemController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/iflytop/colortitration/app/controller/SystemController.java b/src/main/java/com/iflytop/colortitration/app/controller/SystemController.java index 109912f..298b13e 100644 --- a/src/main/java/com/iflytop/colortitration/app/controller/SystemController.java +++ b/src/main/java/com/iflytop/colortitration/app/controller/SystemController.java @@ -36,7 +36,7 @@ public class SystemController { } @Operation(summary = "获取当前系统时间") - @GetMapping("/datetime") + @GetMapping("/get-datetime") public Result getDatetime() { return Result.success(Instant.now().toEpochMilli()); }