curl -X POST "http://localhost:5001/user/onlinestatus" \ -H "Content-Type: application/json" \ -d '["user1", "user2", "user3"]'
[ { "uid": "user1", "online": 1, "device_flag": 1 }, { "uid": "user2", "online": 0, "device_flag": 0 }, { "uid": "user3", "online": 1, "device_flag": 2 } ]
获取多个用户的在线状态信息
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.
["user1", "user2", "user3"]
0
1