curl经常使用的命令,想要post json类型的数据,要注意header头和data数据

 

curl -XPOST sopans.com/test \
-H 'content-type:application/json' \
-d '{
    "encrypt_tel":"c64ac2a6b2d149a50fb2634c7b18514d",
    "clue_createtime":"2021-7-20 10:58:33",
    "clue_type":"student",
    "city_code":"5"
}' \

 

相关文章:

  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2021-08-18
猜你喜欢
  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2021-08-06
  • 2021-08-09
  • 2021-09-25
相关资源
相似解决方案