标签:orm code char bsp urlencode json 请求 tty set
问题出在:Controller 中 @RequestParam 不能接收 contentType : "application/json; charset=utf-8" 的请求。
如果后台必须要用@RequestParam,
前台2个地方必须改:
1、contentType 改为 "application/x-www-form-urlencoded"
2、data: 改为{‘orgId‘:orgId},
或者,去掉contentType.
标签:orm code char bsp urlencode json 请求 tty set
原文地址:http://www.cnblogs.com/wonderful-day/p/7976375.html