mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-04-26 00:18:37 +00:00
feat: 支持用户专属分组倍率配置
This commit is contained in:
@@ -49,6 +49,7 @@ func RegisterUserRoutes(
|
||||
groups := authenticated.Group("/groups")
|
||||
{
|
||||
groups.GET("/available", h.APIKey.GetAvailableGroups)
|
||||
groups.GET("/rates", h.APIKey.GetUserGroupRates)
|
||||
}
|
||||
|
||||
// 使用记录
|
||||
|
||||
Reference in New Issue
Block a user