企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
``` // 在config.default.js 中配置 onerror: { all(err,ctx) { console.log('框架错误拦截',err.message); ctx.status=200; ctx.set({ "Content-Type":"application/json" }); ctx.body=JSON.stringify({ code:-1, msg:err.message||'未知错误' }) } } ```