feat 修改usn类型为string
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option go_package = "common/proto/ss/grpc_pb";
|
||||
option go_package = "git.hlsq.asia/mmorpg/service-common/proto/ss/grpc_pb";
|
||||
import "ss_common.proto";
|
||||
|
||||
service Gateway {
|
||||
@@ -10,7 +10,7 @@ service Gateway {
|
||||
}
|
||||
|
||||
message ToClientReq {
|
||||
int64 USN = 1;
|
||||
string USN = 1;
|
||||
int32 MessageID = 2;
|
||||
bytes Payload = 3;
|
||||
}
|
||||
@@ -19,7 +19,7 @@ message ToClientResp {
|
||||
}
|
||||
|
||||
message KickUserReq {
|
||||
int64 USN = 1;
|
||||
string USN = 1;
|
||||
}
|
||||
|
||||
message KickUserResp {
|
||||
|
||||
Reference in New Issue
Block a user