当前位置:网站首页>curl post请求携带请求头,传递接送参数数据的命令
curl post请求携带请求头,传递接送参数数据的命令
2022-06-09 12:20:00 【MonkeyKing_sunyuhua】
curl -H "Content-Type: application/json" -H "Authorization: 795B6A65084A3879E3A65350A1458FFE" -X POST -d '{"DeviceID:""81083500140"}' "http://119.23.233.52/api/api/vehicle/GetLatestAlarmByDeviceID"
curl -H "Content-Type: application/json" -H "Authorization: token数据" -X POST -d 'json数据' "请求路径"
边栏推荐
- 似然函数的意义
- View Thread name and set thread name
- Use of regions in gdi+
- Introduction to ORM framework and common ORM frameworks
- Execution engine of JVM family
- Connaissance de base de l'analyse modale que l'Ingénieur devrait connaître
- 【C语言练习——调整数组内奇数偶数的顺序】
- Basic image transformation in gdi+
- Handlebars模版引擎用法二
- 用JS压缩上传的图片
猜你喜欢
随机推荐
51 single chip microcomputer 74HC595 cascade test proteus
Drawing of pictures in gdi+
Navicat instructions
C语言 队列--顺序队列
数据库的安装--mysql
【leetcode周赛记录】第294场周赛记录
[interpretation of redis underlying mechanism: Linux operating system file descriptor FD]
【C语言练习——调整数组内奇数偶数的顺序】
C language -- sequence stack
JVM运行时内存区系列之方法区
com.alibaba.fastjson.JSONException: syntax error, pos 1, line 1, column 2测试
Who says redis can't save big keys
Handlebars template engine usage 2
[redis advanced]
[NOIP2015 提高组] 运输计划
Differences between const, VaR and let defined variables in JS
[detailed explanation of client list]
Basic image transformation in gdi+
Ten recommended shuttle plug-ins
Tree difference








