17 lines
295 B
JSON
17 lines
295 B
JSON
{
|
|
"users": [
|
|
{
|
|
"username": "guest",
|
|
"display_name": "访客",
|
|
"created_at": "2026-01-07T00:00:00Z",
|
|
"active": true
|
|
},
|
|
{
|
|
"username": "ouczbs",
|
|
"display_name": "ouczbs",
|
|
"created_at": "2026-01-07T00:00:00Z",
|
|
"active": true
|
|
}
|
|
]
|
|
}
|