修复获取skin失败

This commit is contained in:
502milk 2023-01-29 09:15:38 +08:00 committed by GitHub
parent 1902e922a3
commit 9b281361ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ object MinecraftSkinService {
* 获取玩家皮肤源文件
*/
fun getSkins(uuid: String)
= HttpUtil.get("https://crafatar.com/skin/$uuid")
= HttpUtil.get("https://crafatar.com/skins/$uuid")
/**
* 获取玩家皮肤源文件