Gogs 1 month ago
parent
commit
e9b79a138f
1 changed files with 2 additions and 5 deletions
  1. 2 5
      bin/client_msg/common.proto

+ 2 - 5
bin/client_msg/common.proto

@@ -51,10 +51,7 @@ message JoinRoomFail {
 }
 
 message ReqInsufficientPoints {
-  string gameId = 1;
-  string userId = 2;
-  int32 AvailableAmount = 3;
-  int32 RequiredAmount=4;
+  string msg = 1;
 }
 
 //加入房间
@@ -295,4 +292,4 @@ message ResHeartBeat {
 
 message ReqHeartBeat {
   string msg = 1;
-}
+}