curl
Posted dzhs
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了curl相关的知识,希望对你有一定的参考价值。
post 请求
curl -l -i -H "Content-type: application/json" -X POST -d ‘{"branch":"com.lightpalm.h5","channel":"001","device_brand":"h5","device_model":"h5","device_version":"h5","duid":"h5","os":"h5","root":2,"version":"3.6","sign":"com.lightpalm.h5:h5:e949469bc1a873281f6508fc4598a89d"}‘ https://api2.jieqiankuaishou.com/api/conf/init
以上是关于curl的主要内容,如果未能解决你的问题,请参考以下文章
CentOS yum 命令出现 [Errno 14] curl#6 - "Couldn't resolve host ..." 的解决方法(代码片段
有啥方法可以让 curl 连接并让我在输入时输入和发送身体片段?