fix(139): restore the Account
handling, partially reverts #7850
#7900
+24
−23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
本更新回滚了 #7850 中的部分修改
可能相关的 issue: #7784
都说是移动 2024 年年底把所有账户都转到了新个人云接口,但我这里按 F12 却仍然只能找到旧的
getDisk
,而且使用新个人云接口上传的文件在官方网页端和客户端里根本看不到,而且也缺失了很多文件。无奈只能换回老个人云,结果猛报
failed get objs: failed to list objs: 用户不存在
,读代码一看:怎么把getAccount
的逻辑注释了。