curl提交json数据包含shell变量

# curl提交json数据包含shell变量需要"'"${currentTimeStamp}"'"才能被解析

curl -X POST  -H "Content-Type: application/json;charset=utf-8" -H '${cookie}'  -d  '{"ukeyCode":"'"${currentTimeStamp}"'"' "http://127.0.0.1:1234/test"

你可能感兴趣的:(curl提交json数据包含shell变量)