問題描述:
"detail":"Unsupported media type \"application/x-www-form-urlencoded\" in request."
問題分析:
此問題是由server端接受數(shù)據(jù)類型不是該類型導(dǎo)致,
問題解決方法:
需要在curl命令中的header中設(shè)置 content-type
形如下列格式
curl -X POST -H "Content-type: application/json" -d '{"xxkey1": "xxvalue1", "xxkey2": "xxvalue2"}' http://xx.xx.xx.xx:8000/xx/xx/