mirror of
https://github.com/jie65535/mirai-console-jms-plugin.git
synced 2025-06-02 17:39:17 +08:00
修复获取skin失败
This commit is contained in:
parent
1902e922a3
commit
9b281361ce
@ -29,7 +29,7 @@ object MinecraftSkinService {
|
||||
* 获取玩家皮肤源文件
|
||||
*/
|
||||
fun getSkins(uuid: String)
|
||||
= HttpUtil.get("https://crafatar.com/skin/$uuid")
|
||||
= HttpUtil.get("https://crafatar.com/skins/$uuid")
|
||||
|
||||
/**
|
||||
* 获取玩家皮肤源文件
|
||||
|
Loading…
Reference in New Issue
Block a user