企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
![](https://img.kancloud.cn/5d/19/5d197d0e2e287e911e2568b0f0c6de54_802x471.png) ![](https://img.kancloud.cn/7e/87/7e8787046c9fcde94ffcdcfb7ce76812_818x532.png) 1 post 请求 带参数 ``` curl -ContentType 'nickname=john&passport=test001&password=123456&password2=123456' -Uri http://127.0.0.1:8000/user/sign-up -Method 'POST' ``` 请求参数: -ContentType 'nickname=john&passport=test001&password=123456&password2=123456' 请求地址: -Uri http://127.0.0.1:8000/user/sign-up 请求方法: -Method 'POST'