chore: 更新heqi服务键
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -19,7 +19,7 @@ import (
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
const serviceKey = "Platform"
|
||||
const serviceKey = "heqi"
|
||||
|
||||
func main() {
|
||||
config.New(serviceKey)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user