码迷,mamicode.com
首页 > Web开发 > 详细

linux curl post/put请求

时间:2019-02-27 17:36:46      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:ESS   数据   inux   div   json   class   linux   exchange   highlight   

案列:

-X: 请求方式

--header: 请求header

-d: 请求的数据

最后跟上请求的地址

curl -X PUT --header ‘Content-Type: application/json‘ --header ‘Accept: application/json‘ -d ‘{"message":"aaaa","exchange_id":"123" \ 
 }‘ ‘http://localhost:8917/la-xin-activity-exchange-record-service/obsolete-exchange-record‘

  

linux curl post/put请求

标签:ESS   数据   inux   div   json   class   linux   exchange   highlight   

原文地址:https://www.cnblogs.com/wangshunyao/p/10445132.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!