feat: 打通网关和用户注册的逻辑,添加用户注册 HTTP 端点

This commit is contained in:
fish
2026-03-28 20:21:29 +08:00
parent 5dd0a6a65c
commit b6efd99ea3
4 changed files with 118 additions and 4 deletions

View File

@@ -5,4 +5,6 @@ go 1.26.1
require (
github.com/gorilla/websocket v1.5.1
github.com/spf13/viper v1.19.0
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.33.0
)