curl -X POST "http://localhost:5001/user/token" \ -H "Content-Type: application/json" \ -d '{ "uid": "user123", "token": "new_auth_token_here", "device_flag": 1, "device_level": 1 }'
{ "status": "ok" }
更新用户的认证令牌
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.
"ok"