mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-29 09:53:56 +08:00
feat: add FastAPI manager API compatibility baseline
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[
|
||||
{
|
||||
"agentId": "0123456789abcdef0123456789abcdef",
|
||||
"key": "0123456789abcdef",
|
||||
"token": "gGoKMxPZmy7exM0UfEVukLNhJhqNrpQqZp3dFvGxSP9A/OF5dw4QOxYI+5vaDP9k"
|
||||
},
|
||||
{
|
||||
"agentId": "agent-测试-0001",
|
||||
"key": "short-key",
|
||||
"token": "J2iqQ9MTPgcWyMBBnukLWoCoepQ3iL3ifRep9U9wHL404qPjkQbaki4gx+GF3Zju"
|
||||
},
|
||||
{
|
||||
"agentId": "ffffffffffffffffffffffffffffffff",
|
||||
"key": "0123456789abcdef0123456789abcdef-extra",
|
||||
"token": "aX8khOtYV5n7m6cJdkhIpC0crHYfz1FWAsD4HmCNBNfTlIy7qU1vVLOZBdNonA6r"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user