Postman 拷贝 curl 不识别 --data-raw

postman:请求路径:

 

 

 

拷贝出来的curl:

curl --location --request POST 'http://xxxxxxxxxxxxx/xxx/xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
  "query": {
    "bool": {
      "must": [
        {
          "xxxx": {
            "xxxxx": "xxxxx"
          }
        }
      ]
    }
  }
}'

修改后:

就可以了

 

posted @ 2024-06-05 21:06  亮sir  阅读(75)  评论(0编辑  收藏  举报