用post方法发送json数据失败,

bsdx866 · · 2226 次点击
5楼 <a href="/user/YuPeng" title="@YuPeng">@YuPeng</a> 谢谢指点!问题就是出在post没有大写或者没用http.MethodPost导致的,问题已经解决了。十分感谢!
#6
更多评论
服务端响应失败,还是数据读取失败
#1
&gt; HTTP methods are **case-sensitive**, which means they should only be used in capital letters. Moreover, this is in contrast to HTTP header field names, which are case-insensitive.
#2