报错信息
<MethodNotAllowed>
<error>method_not_allowed</error>
<error_description>Request method 'GET' not supported</error_description>
</MethodNotAllowed>
我这里是使用postman进行接口访问
将get请求更换成post即可
使用Postman进行接口访问时出现报错,将原本的GET请求方式更换为POST请求方式即可解决问题。
<MethodNotAllowed>
<error>method_not_allowed</error>
<error_description>Request method 'GET' not supported</error_description>
</MethodNotAllowed>
我这里是使用postman进行接口访问
将get请求更换成post即可
2909
1992

被折叠的 条评论
为什么被折叠?