04
03/24
接收企微事件回调 Content type ‘text/xml;charset=UTF-8’ not supported
@Log4j2 @Configuration public class WebConfig extends WebMvcConfigurationSupport { @Override public void configureMessageConverters(List<HttpMessageConverter<?>> converters) { super.configureMessageConverters(converters); //支持XML List<MediaType> xmlMediaTypes = new ArrayList<>(); xmlMediaTypes.add(MediaType.TEXT_XML); StringHttpMessageConverter xmlMessageConverter = new StringHttpMessageCo...
13
10/23
调用企微接口报403 API Forbiden 无权限 的错误
https://work.weixin.qq.com/wework_admin/frame#/customer/analysis 需要修改应用权限 :