feat 网关鉴权

This commit is contained in:
2025-12-22 18:04:36 +08:00
parent 69cc960fe5
commit 670140e7d3
68 changed files with 1424 additions and 492 deletions

View File

@@ -3,6 +3,6 @@ syntax = "proto3";
option go_package = "common/proto/ss/ss_common";
message ErrorInfo {
int32 code = 1;
string msg = 2;
int32 Code = 1;
string Msg = 2;
}