nested exception is com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'user'

可能错误原因:JSON数据格式不对   

data: '{"userName":"' + userName(参数) + '", "userPass": "' + userPass(参数)+ '"}',

容易忽略那些引号

或者用  JSON.stringify( param ) param为JSON对象

请看:
http://www.cnblogs.com/infoo/p/8297015.html

相关文章:

  • 2022-12-23
  • 2021-09-30
  • 2021-12-10
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-30
猜你喜欢
  • 2021-07-18
  • 2022-12-23
  • 2021-12-26
  • 2021-11-09
  • 2022-12-23
  • 2021-12-10
相关资源
相似解决方案