feat 网关鉴权
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user