在postman中无法测试POST请求,测试post接口返回错误
使用curl
curl -x POST -d 'data=exampleData'
具体可以参考http://www.ruanyifeng.com/blog/2019/09/curl-reference.html