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"
)
const serviceKey = "Platform"
const serviceKey = "heqi"
func main() {
if len(os.Args) < 2 {

View File

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