1、json 格式数据: key 必须使用双引号括住;
post 传送数据
![](https://img.haomeiwen.com/i11218/17a7d0102d268a99.png)
put
传送,采用form-data
。服务器端得到的数据,出现键名不是自己定义的名字。
![](https://img.haomeiwen.com/i11218/c60ed5932081eb5a.png)
put
传送,采用x-www-form-urlencoded
。服务器端得到的数据,才会正常。
![](https://img.haomeiwen.com/i11218/abd7c19e57b64f6f.png)
1、json 格式数据: key 必须使用双引号括住;
post 传送数据
put
传送,采用form-data
。服务器端得到的数据,出现键名不是自己定义的名字。
put
传送,采用x-www-form-urlencoded
。服务器端得到的数据,才会正常。
本文标题:2019-11-04-postman-put与post传送
本文链接:https://www.haomeiwen.com/subject/jogrbctx.html
网友评论