MockHttpServletRequestBuilder request = post("/router").accept(MediaType.ALL)
.contentType(MediaType.APPLICATION_JSON).characterEncoding("UTF-8");
request.param("extTID", "12");
request.param("extAction", "formInfoController");
request.param("extMethod", "updateInfo");
request.param("extType", "rpc");
request.param("name", "Ralph");
request.param("age", "20");
request.param("admin", "true");
request.param("salary", "12.3");