修改签名

jieling
DESKTOP-C3M45P4\dengdan 2025-02-19 15:33:18 +08:00
parent 8a879025ae
commit be334c1c5b
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public class UserInfoController {
}
@RequestMapping(value = "/gomotaGetRoleList", method = {RequestMethod.POST, RequestMethod.GET})
@ResponseStatus(HttpStatus.OK)
@ResponseBody
public String gomotaGetRoleInfo(ModelMap map, HttpServletRequest request) throws Exception {
HashMap<String, String> parameterMap = JsonUtil.getInstence().getParameterMap(request);
String appota_user_id = request.getParameter("appota_user_id");