-
-
Notifications
You must be signed in to change notification settings - Fork 448
feat(PageLoginMsSkin): 允许将正版玩家皮肤修改回默认皮肤 #6650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Plain Craft Launcher 2/Pages/PageLaunch/PageLoginMsSkin.xaml.vb
Outdated
Show resolved
Hide resolved
|
再看一看呢?我感觉应该是有能用的重置 API 的…… |
|
试试 DELETE https://api.minecraftservices.com/minecraft/profile/skins和 DELETE https://api.minecraftservices.com/user/profile/<UUID>/skin |
( |
|
我认为是你设置的 uuid 有问题? |
没问题的,用的是我自己的账号 |
|
要不然抓个包看看 Mojang 是怎么改的? |
|
cc? @LTCatt |
| Dim AccessToken As String = Setup.Get("CacheMsV2Access") | ||
| Dim Uuid As String = Setup.Get("CacheMsV2Uuid") | ||
|
|
||
| Dim Client As New Net.Http.HttpClient With {.Timeout = New TimeSpan(0, 0, 30)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里怎么是 HttpClient?
Edit:
看了下 commit 这一行是 2.7.2 改的
所以发生了啥才用 HttpClient?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这你别问我嗷(




close #6596