feat(后台): 后台玩家查询、排行榜统计

This commit is contained in:
luying
2022-10-28 20:39:21 +08:00
parent 2155681dc3
commit 831b0b5602
6 changed files with 53 additions and 4 deletions

View File

@@ -31,5 +31,6 @@ declare module 'egg' {
jsonp?: EggPluginItem;
view?: EggPluginItem;
cors?: EggPluginItem;
xtransit?: EggPluginItem;
}
}