curl --request GET \
--url https://zeus-api.agentspro.cn/channels/feishu/config
{
"app_id_configured": true,
"app_secret_configured": true,
"bot_name": "Zeus Bot"
}
获取飞书渠道当前配置状态(脱敏)
curl --request GET \
--url https://zeus-api.agentspro.cn/channels/feishu/config
{
"app_id_configured": true,
"app_secret_configured": true,
"bot_name": "Zeus Bot"
}