我得到这个错误 RESTEASY004590: You must define a @Consumes type on your client method or interface, or supply a default
使用resteasy作为get端点。我不应该得到这个。方法如下
@Path("events/{slug}")
@Produces({ MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML })
EventDetails getEvent(@PathParam("slug") String slug);
暂无答案!
目前还没有任何答案,快来回答吧!