【Linux】Linux下 CURL如何发送http请求

在这里插入图片描述

1.概述

命令如下

curl -i -k -H "Content-Type:application/json" -X POST -d '{"data":[],"loginUser":{"ip":"192.168.xx.xxx","name":"lcc","token":"xxxxxxxx","timestamp":"1594260713033"}}' https://xxx/xx

猜你喜欢

转载自blog.csdn.net/qq_21383435/article/details/107248285