Browse Source

增加赛事报名协议号

johnclot69 4 months ago
parent
commit
e403414442
1 changed files with 3 additions and 0 deletions
  1. 3 0
      incubator-message/src/main/proto/CommonProto.proto

+ 3 - 0
incubator-message/src/main/proto/CommonProto.proto

@@ -80,6 +80,9 @@ enum Cmd {
     ClubInfoReq = 200601;       //俱乐部信息请求
     ClubInfoRes = 200602;       //俱乐部信息响应
 
+    //官方比赛
+    MatchSignUpReq = 200701;     // 赛事报名请求
+    MatchSignUpRes = 200702;     // 赛事报名响应
 
     // 服务器推送消息 900000-999999 (全部以偶数结尾)
     PlayerInfoUpdate = 900002;  // 玩家信息数据变更推送