Browse Source

完善消息转换

killua 5 years ago
parent
commit
8a5a20f977
1 changed files with 4 additions and 0 deletions
  1. 4 0
      source/_posts/HttpMessageConverter.md

+ 4 - 0
source/_posts/HttpMessageConverter.md

@@ -117,6 +117,10 @@ public HttpMessageConverters stringHttpMessageConverter() {
 }
 ``` 
 
+
+
+
+
 #### 自定义消息
 
 在某些特殊业务场景或者避免复杂冗余的重复,多平台请求方式不同兼容等都可通过自定义消息解析器优化