Skip to content
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

支持在请求时上传皮肤文件 #5

Open
IllTamer opened this issue Apr 24, 2024 · 2 comments
Open

支持在请求时上传皮肤文件 #5

IllTamer opened this issue Apr 24, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@IllTamer
Copy link

IllTamer commented Apr 24, 2024

出于一些原因(如离线服务器,或有换肤需求的在线服务器),游戏内玩家当前所穿戴的皮肤并非与他们的名称对应。并且对于api调用方来说,获取玩家皮肤材质后上传到某资源服务器,再向api传入链接 这一系列行为总是伴随着高延迟和不可预估的错误。

我的提议是:对原有的各api额外支持POST请求调用,并允许调用方将材质文件通过请求体上传到服务,以便更好的支持多样化的使用场景

@SerinaNya SerinaNya self-assigned this Apr 24, 2024
@SerinaNya SerinaNya added the enhancement New feature or request label Apr 24, 2024
@SerinaNya
Copy link
Owner

我 100% 支持你,因为在你提出这个之前我就有相同的想法了。

@SerinaNya
Copy link
Owner

SerinaNya commented Apr 24, 2024

Todo

  • impl session manager
  • impl session data cache (via Redis)
  • pref rendering

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants