赞
踩
本次以传递一个实例对象作为演示。post请求代表新增操作,get请求代表查询操作,url均为/cars。
实例对象
post请求
get请求
/cars
Car对象有id, type, color三个属性。
依次选择raw,JSON,将实例对象以JSON的格式输入,最后点击send按钮。
raw
JSON