From 69251e972aa796db84661a9a8c73150c7fa9e34f Mon Sep 17 00:00:00 2001 From: liuxiaobo <1224730913@qq.com> Date: Sat, 21 Jun 2025 11:36:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E5=90=88admin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/service.proto b/service.proto index df1d035..7b337b1 100644 --- a/service.proto +++ b/service.proto @@ -14,6 +14,7 @@ enum ServiceTypeId STI_Chat = 10005; // 聊天服 STI_Match = 10010; // 匹配服 STI_Lobby = 10015; // 大厅服 + STI_Admin = 10020; // admin // 有状态节点 STI_Gate = 20000; // 网关id