curl, json

카테고리 없음 2021. 5. 28. 16:25

$ cat f.sh
curl -X POST http://127.0.0.1:8080/goods/search -H 'Content-Type: application/json'  -d '
{
 "stringdate":"2021-05-28",
 "ordercount": 2,
 "itemid": 1234
}
'