标签: json parsing post
我正在尝试使用命令
curl -vX POST http://localhost/api/postJSON -d @input.json -d @input2.json --header "Content-Type: application/json"
我知道有些事情是错的。有没有人对此有任何想法?