POST请求参数传递不到后台解决方案

问题:POST 请求参数传递不到后台 
解决方案: 
Content-Type’: ‘application/json’用在get请求中没问题. 
但是在POST请求中的时候需要使用”Content-Type”: “application/x-www-form-urlencoded”

posted @ 2018-07-26 11:49  zcy1995  阅读(6302)  评论(0编辑  收藏  举报