From c3c5df6cbbf8c36ec33b41502cbaca2291213863 Mon Sep 17 00:00:00 2001 From: yanweidong Date: Sun, 26 Jul 2026 18:30:27 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0heqi=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/api/cmd/cli/main.go | 2 +- backend/api/cmd/main/main.go | 2 +- backend/api/test/ping/hello.http | 2 +- frontend/platform_admin/.env.example | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/api/cmd/cli/main.go b/backend/api/cmd/cli/main.go index b3e824e..1adac3e 100644 --- a/backend/api/cmd/cli/main.go +++ b/backend/api/cmd/cli/main.go @@ -10,7 +10,7 @@ import ( _ "git.apinb.com/heqiapp/platforms/backend/api/internal/models" ) -const serviceKey = "Platform" +const serviceKey = "heqi" func main() { if len(os.Args) < 2 { diff --git a/backend/api/cmd/main/main.go b/backend/api/cmd/main/main.go index fa300c6..17a2bff 100644 --- a/backend/api/cmd/main/main.go +++ b/backend/api/cmd/main/main.go @@ -19,7 +19,7 @@ import ( "github.com/gin-gonic/gin" ) -const serviceKey = "Platform" +const serviceKey = "heqi" func main() { config.New(serviceKey) diff --git a/backend/api/test/ping/hello.http b/backend/api/test/ping/hello.http index 7b5782c..c3d740d 100644 --- a/backend/api/test/ping/hello.http +++ b/backend/api/test/ping/hello.http @@ -1,2 +1,2 @@ ### 匿名健康检查 -GET http://127.0.0.1:12426/Platform/v1/ping/hello +GET http://127.0.0.1:12426/heqi/v1/ping/hello diff --git a/frontend/platform_admin/.env.example b/frontend/platform_admin/.env.example index e77e566..6697367 100644 --- a/frontend/platform_admin/.env.example +++ b/frontend/platform_admin/.env.example @@ -1,3 +1,3 @@ -VITE_API_BASE_URL=http://localhost:12426/Platform/v1 +VITE_API_BASE_URL=http://localhost:12426/heqi/v1 # 受保护 API 使用 BSM JWT;本地联调时由认证服务签发,不要提交真实令牌。 VITE_DEV_JWT=