linux 下使用 curl post
Posted lshan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 下使用 curl post相关的知识,希望对你有一定的参考价值。
命令:
curl -X POST -d @/etc/lazada/lazada_tracking.txt http://localhost:8080/booking/rs/LazadaService/post --header "Content-Type:application/json"
-d 后台
@/ : post 的 body 体
eg:
{ "api_key":"EF47A1F38778D", "tracking_url":"http://baudi.com/post", "user_id":"UFL", "customerCode":"HKG041049", "request_flag":"POST_TRACKING_STATUS" }
以上是关于linux 下使用 curl post的主要内容,如果未能解决你的问题,请参考以下文章