# 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变量需要"'"${currentTimeStamp}"'"才能被解析
curl -X POST -H "Content-Type: application/json;charset=utf-8" -H '${cookie}' -d '{"ukeyCode":"'"${currentTimeStamp}"'"' "http://127.0.0.1:1234/test"