mirror of
https://github.com/jie65535/mirai-console-jms-plugin.git
synced 2025-10-20 17:12:57 +08:00
修复获取skin失败
This commit is contained in:
@@ -29,11 +29,11 @@ object MinecraftSkinService {
|
||||
* 获取玩家皮肤源文件
|
||||
*/
|
||||
fun getSkins(uuid: String)
|
||||
= HttpUtil.get("https://crafatar.com/skin/$uuid")
|
||||
= HttpUtil.get("https://crafatar.com/skins/$uuid")
|
||||
|
||||
/**
|
||||
* 获取玩家皮肤源文件
|
||||
*/
|
||||
fun getCapes(uuid: String)
|
||||
= HttpUtil.get("https://crafatar.com/capes/$uuid")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user