lan
9fc1be0ec1
Build / build-docker (push) Has been cancelled
Build / build (push) Has been cancelled
feat(yggdrasil): 实现 MC 1.21.7 单用户名查 UUID 接口
对应官方 api.minecraftservices.com/minecraft/profile/lookup/name/{name},
1.21.7 的 /whitelist add 等命令会请求该接口(authlib-injector issue #277)。
authlib-injector 把 api.minecraftservices.com override 到 {apiRoot}/minecraftservices,
故路由注册在 mcServices 组下:
GET /api/yggdrasil/minecraftservices/minecraft/profile/lookup/name/:name
复用 ProfileSearchByNameSingle,返回 {id,name},未找到返回 404。
go build ./... && go test ./... 全部通过。
2026-07-09 21:06:43 +08:00
..
2026-07-07 15:00:44 +08:00
2026-07-09 20:44:41 +08:00
2026-07-09 20:44:41 +08:00
2026-07-09 21:06:43 +08:00
2026-06-15 16:52:20 +08:00
2026-07-09 20:44:41 +08:00
2026-07-09 20:44:41 +08:00
2026-07-09 20:44:41 +08:00
2025-12-24 16:03:46 +08:00
2026-07-09 20:44:41 +08:00
2026-06-15 16:40:36 +08:00