不同接口之间的差异
参数提交方式 get post delete put
请求数据大小 get小,post大
安全性 请求的数据:get是在url中提交,post是在webform中以表单的形式提交
参数提交方式 get post delete put
请求数据大小 get小,post大
安全性 请求的数据:get是在url中提交,post是在webform中以表单的形式提交
2017-10-12