1.前端请求必须是 post
2.前端数据data必须做 json字符串处理 JSON.stringify(data)
3. contentType: 'application/json',
4.@RequestBody Object obj