generated from root/miduo_server
修改签名
parent
8a879025ae
commit
be334c1c5b
|
@ -88,7 +88,7 @@ public class UserInfoController {
|
||||||
}
|
}
|
||||||
|
|
||||||
@RequestMapping(value = "/gomotaGetRoleList", method = {RequestMethod.POST, RequestMethod.GET})
|
@RequestMapping(value = "/gomotaGetRoleList", method = {RequestMethod.POST, RequestMethod.GET})
|
||||||
@ResponseStatus(HttpStatus.OK)
|
@ResponseBody
|
||||||
public String gomotaGetRoleInfo(ModelMap map, HttpServletRequest request) throws Exception {
|
public String gomotaGetRoleInfo(ModelMap map, HttpServletRequest request) throws Exception {
|
||||||
HashMap<String, String> parameterMap = JsonUtil.getInstence().getParameterMap(request);
|
HashMap<String, String> parameterMap = JsonUtil.getInstence().getParameterMap(request);
|
||||||
String appota_user_id = request.getParameter("appota_user_id");
|
String appota_user_id = request.getParameter("appota_user_id");
|
||||||
|
|
Loading…
Reference in New Issue