postMan
暴风雨1024
这个作者很懒,什么都没留下…
展开
-
postman上传附件 测试案例
postman上传附件 测试案例方法名称如下: @RequestMapping(value = "/batchUpload") @ResponseBody public ExecuteResult<String> batchAddFiles(MultipartHttpServletRequest request, Long edocId) { ExecuteResult<String> result = new ExecuteResult<.原创 2020-10-30 16:34:13 · 551 阅读 · 0 评论 -
postman接口的调用总结
http://localhost:7777/WebApi/updateImg@RequestMapping(value = "/updateImg", produces = "application/json; charset=utf-8")@ResponseBodypublic Map updateImgStatus(@RequestBody Map<String, Object> input, HttpServletRequest request) {postman请求调用方法原创 2020-10-19 16:47:54 · 999 阅读 · 0 评论 -
postMAN测试接口调用 List<object>对象的调用
postMAN测试接口调用方法名称: @RequestMapping(value = "/getInvoiceInfo", method = RequestMethod.POST) @ResponseBody private ReturnResponse getInvoiceInfoData(@RequestBody List<InvoiceRequest> invoiceRequests){Content-Type application/json报文格原创 2020-10-30 16:20:02 · 926 阅读 · 0 评论