提交 d3565492 编写于 作者: S st

【个人设置】新增管理员获取指定用户的Custom

上级 173393be
......@@ -45,7 +45,7 @@ public class CustomAction extends StandardJaxrsAction {
}
@JaxrsMethodDescribe(value = "获取指定用户的Custom。", action = ActionManagerGet.class)
@GET
@Path("{person}/{name}")
@Path("manager/person/{person}/name/{name}")
@Produces(HttpMediaType.APPLICATION_JSON_UTF_8)
@Consumes(MediaType.APPLICATION_JSON)
public void managerGet(@Suspended final AsyncResponse asyncResponse, @Context HttpServletRequest request,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册