CURL
(2022-07-27 15:25:25)| 分类: Linux |
curl -H "Content-Type: application/json" -X POST -d "{\"abc\":123}" "https://httpbin.org/post"
前一篇:带参数的微信小程序码
后一篇:JIRAConfluence运维
| 分类: Linux |
curl -H "Content-Type: application/json" -X POST -d "{\"abc\":123}" "https://httpbin.org/post"