企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### Fetch() <br> 控制器内置了 ``fetch`` 请求器,传入一个对象 ``` let result = await this.Fetch({ url: 'http://127.0.0.1/hello', method: 'POST', // 不传method默认是GET headers: { token: '21541a500be7d280855c3a8ed8625fcf' }, data: { username: 'yu.zhang', password: 'yu.zhang' } }) ```