1.1 URL放入参数 §
http://{{host}}:{{port}}/api/file_list?path=/
1.2 Body放入参数 §
1.2.1 text/plain文本传输 §
Content-type: text/plain
1.2.2 application参数传输 §
Content-type: application/x-www-form-urlencoded
1.2.2.2 JSON Object §
1.3 总结 §
通常情况下x-www-form-urlencoded是最常用的传参方法
2. 测试方法 §
2.1 后端 §
postman 如上
2.2 前端 §
postman mock server + fiddler