1. 首页
  2. 数据库
  3. 其它
  4. curl get post 请求总结

curl get post 请求总结

上传者: 2021-01-16 19:23:01上传 PDF文件 19.83KB 热度 24次
get请求 《1》传入参数的get请求 curl -X GET localhost:8080/api/job/list?order=desc&limit=10&offset=0&status=success Post 请求 《2》post请求传入json body值 curl -X POST localhost:8080/job/register -H 'Content-Type: application/json' -d' { name: TestSparkPiTask, jobType: batch, status: active,
用户评论