查看控制层从前端传来的参数

System.out.println(JSONObject.fromObject(request.getParameterMap()));

输出:{"distributorId":["402881105d1b1f6a015d1bd007640031"]}

原文地址:https://www.cnblogs.com/guzhou-ing/p/7683288.html