From c319a52ef94257a77272f5e7fb771404c1e73fee Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Mon, 7 Nov 2022 12:06:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5table=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comm/const.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/comm/const.go b/comm/const.go index 0cbcb089f..50f413d9e 100644 --- a/comm/const.go +++ b/comm/const.go @@ -186,9 +186,10 @@ const ( TablePayDaily = "paydaily" // 巨怪列车收益记录 TableTrollRecord = "trollrecord" - // 特权 TablePrivilege = "privilege" + //联盟学院 + TableAcademy = "academy" ) //RPC服务接口定义处