原文:swagger错误:Failed to execute 'fetch' on 'Window': Request with GET/HEAD method cannot have body

GetMapping请求的方法请求参数却写了个 RequestBody 将 GetMapping改成了 PostMapping 正常 ...

2020-03-16 15:55 0 1577 推荐指数:

查看详情

今天犯的一个错误,导致method GET must not have a request body

事件经过: 1.在本地机器运行完全正常的程序,手动人工发包到测试环境上,后台日志频频报method GET must not have a request body。 2.使用postman发送post请求,完全没有get请求 3.反复审查代码,整个调用链路没有get请求方式 最终排除 ...

Thu May 11 04:32:00 CST 2017 0 5297
fetch err : "Body not allowed for GET or HEAD requests"

在使用 fetch 的时候 报了 "Body not allowed for GET or HEAD requests" 这个错。 代码如下: 一番google , 找到答案了。 1、由于 ‘method’ 拼写错误。 (我可不是因为这个...) 2、 ‘GET’ 请求 ...

Thu Oct 25 21:15:00 CST 2018 0 865
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM