postman:请求路径:
拷贝出来的curl:
curl --location --request POST 'http://xxxxxxxxxxxxx/xxx/xxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "query": { "bool": { "must": [ { "xxxx": { "xxxxx": "xxxxx" } } ] } } }'
修改后:
就可以了
标签:Postman,--,raw,curl,data,拷贝 From: https://www.cnblogs.com/lxl-six/p/18233807