curl -X POST "http://localhost:5001/manager/login" \ -H "Content-Type: application/json" \ -d '{ "username": "admin", "password": "your_password" }'
{ "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...", "expire": 3600, "user": { "username": "admin", "role": "administrator", "permissions": ["read", "write", "admin"] } }
管理员用户登录获取访问令牌
Documentation IndexFetch the complete documentation index at: https://wukong.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://wukong.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
显示 user 字段