跳转到主要内容
POST
/
ws
创建一次性 WebSocket 票证
curl --request POST \
  --url http://{host}:{port}/api/v1/superuser/ws \
  --header 'Authorization: Bearer <token>'
"<string>"

授权

Authorization
string
header
必填

后端管理密码

同时支持 Authorization: Bearer <password>Authorization: <password>

响应

一次性 WebSocket 票证

The response is of type string.

最后修改于 2026年6月11日