From c56575acef06f7816603f52a960722541c48693e Mon Sep 17 00:00:00 2001 From: "DESKTOP-45ANQ2C\\unis" <121212121@qq.com> Date: Mon, 16 Dec 2024 10:47:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=91=E9=97=B2=E5=B9=B3=E5=8F=B0=E4=B8=8A?= =?UTF-8?q?=E4=B8=8B=E5=88=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mgrsrv/api/webapi_worldsrv.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mgrsrv/api/webapi_worldsrv.go b/mgrsrv/api/webapi_worldsrv.go index cf93588..2fac96c 100644 --- a/mgrsrv/api/webapi_worldsrv.go +++ b/mgrsrv/api/webapi_worldsrv.go @@ -358,6 +358,11 @@ func init() { // 平台玩家注册账号 admin.MyAdminApp.Route("/api/platform/createUser", PlatformSrvApi) + // 平台玩家注册账号 + admin.MyAdminApp.Route("/api/platform/upscore", PlatformSrvApi) + + // 平台玩家注册账号 + admin.MyAdminApp.Route("/api/platform/downscore", PlatformSrvApi) } func Stats() map[string]ApiStats {