curl发送post请求 1.postman截图2.curl命令3.curl执行返回结果 curl发送application/x-www-form-urlencoded的post请求 1.postman截图 2.curl命令 curl -d 'params={"workcode":"zhangsan"}&token={"key":"xxxxxxxxxx","timestemp":"1711588103593"}}' -X POST http://localhost:8080/api/xxx/xxx 3.curl执行返回结果