API 文档管理接口用户管理
更新当前用户信息
🔐 需要登录(User权限)
Request Body
application/json
username?string
display_name?string
password?string
original_password?string
Response Body
curl -X PUT "https://xtok.skyton.cn/api/user/self" \ -H "Content-Type: application/json" \ -d '{}'Empty