chore: 更新heqi服务键

This commit is contained in:
2026-07-26 18:30:27 +08:00
parent 1ee2a82792
commit c3c5df6cbb
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import (
_ "git.apinb.com/heqiapp/platforms/backend/api/internal/models" _ "git.apinb.com/heqiapp/platforms/backend/api/internal/models"
) )
const serviceKey = "Platform" const serviceKey = "heqi"
func main() { func main() {
if len(os.Args) < 2 { if len(os.Args) < 2 {

View File

@@ -19,7 +19,7 @@ import (
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
) )
const serviceKey = "Platform" const serviceKey = "heqi"
func main() { func main() {
config.New(serviceKey) config.New(serviceKey)

View File

@@ -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

View File

@@ -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本地联调时由认证服务签发不要提交真实令牌。 # 受保护 API 使用 BSM JWT本地联调时由认证服务签发不要提交真实令牌。
VITE_DEV_JWT= VITE_DEV_JWT=