ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
![](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'