curl --location --request POST 'http://xxxxxx/awsmintf/intfSendService/pushDeliverEmpCodeToSfPay' \
--header 'Content-Type: application/json' \
--data '[{"waybillNo":"xxxxxx","id":"xxxxxx","operatorNo":"xxxxxx","systemCode":"xxxxxxE","deliverTime":"2023-10-14 15:45:00","deptCode":"xxxxxx"}]'
curl 请求
最新推荐文章于 2025-12-05 17:02:52 发布
博客展示了使用curl发送POST请求的代码示例,请求地址为'http://xxxxxx/awsmintf/intfSendService/pushDeliverEmpCodeToSfPay',设置了请求头'Content-Type: application/json',并携带了包含运单号等信息的JSON数据。
1894

被折叠的 条评论
为什么被折叠?



