现在在对接奇门 为啥我接收不到奇门响应的json数据 */
@ApiOperation("Interface正式Token反馈")
@RequestMapping(value = "/zpGoodsDel", method = {RequestMethod. POST})
// @RequestMapping(value = "/zpGoodsPush", method = {RequestMethod. POST})
public void zpGoodsPush(HttpServletRequest request,HttpServletResponse response) throws Exception {
Map<String, Object> allRequestParam = getAllRequestParam(request);
Map<String, String[]> parameterMap = request.getParameterMap();}
form类型的都可以接收到数据 json的不行