企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
**获取指定用户黑名单状态** ``` GET /blacklist/{user_id}?type={type} ``` > 说明:当用户存在于黑名单中则返回200不存在返回404 **Parameters** |Name|Type|Description| |----|----|----| |user_id|string|`用户id`| **Response** <pre> Status:200 OK { } </pre>