2019-11-04-postman-put与post传送
2019-11-04 本文已影响0人
xiaojianxu
1、json 格式数据: key 必须使用双引号括住;
post 传送数据

put
传送,采用form-data
。服务器端得到的数据,出现键名不是自己定义的名字。

put
传送,采用x-www-form-urlencoded
。服务器端得到的数据,才会正常。

1、json 格式数据: key 必须使用双引号括住;
post 传送数据
put
传送,采用form-data
。服务器端得到的数据,出现键名不是自己定义的名字。
put
传送,采用x-www-form-urlencoded
。服务器端得到的数据,才会正常。