随笔分类 -  postman

摘要:1.方法如下 @ResponseBody @RequestMapping(value = "/updateByPrimaryKey/{id}",method = RequestMethod.GET) public CommonResult updateByPrimaryKey( @PathVaria 阅读全文
posted @ 2020-06-14 11:03 小陈子博客 阅读(1940) 评论(0) 推荐(0)
摘要:1.下载postman postman下载地址:https://www.getpostman.com/downloads/ ,下载完之后进行安装即可。 2.编写代码 这个自己写,我会在后面加上地址 3.postman测试上传功能 4.postman测试下载功能 阅读全文
posted @ 2020-06-10 17:44 小陈子博客 阅读(1266) 评论(0) 推荐(0)