2018年6月1日

PostMan接口测试工具

摘要: 一:postman只能用于http协议,不支持其他协议 postman简单易用 二:postman基本请求 GET请求: 1)url 2)param 3)auth POST请求: 1)form data(扩展参数,如文件上传) 2)x-www-form-urlencode(标准参数) 3)raw(原 阅读全文

posted @ 2018-06-01 17:28 小骆骆 阅读(258) 评论(0) 推荐(0)

导航