调用API时,请修改目标url及端口为 http://35.220.164.252:3888/
New APINew API
API 参考AI 应用Skills
管理接口用户管理

管理用户状态

👨‍💼 需要管理员权限(Admin)

POST
/api/user/manage

Request Body

application/json

id?integer
action?string
Value in"disable" | "enable" | "delete" | "promote" | "demote"

Response Body

curl -X POST "https://loading/api/user/manage" \  -H "Content-Type: application/json" \  -d '{}'
Empty

这篇文档对您有帮助吗?