update release.md

This commit is contained in:
oppofind 2019-11-04 14:55:20 +08:00
parent e84be12407
commit a98c5c9c58
2 changed files with 2 additions and 1 deletions

View File

@ -110,6 +110,7 @@
3. 支持环形依赖分析。只要你敢写!
4. 修改使用SpringMvc或者SpringBoot上传时接口的Content-Type显示错误。
5. 支持设置项目作为markdown的一级标题。
6. 修改方法注释相同引起的html链接跳转错误

View File

@ -61,7 +61,7 @@ public class ApiMethodDoc implements Serializable {
/**
* http contentType
*/
private String contentType = "application/x-www-form-urlencoded";
private String contentType = "application/x-www-form-urlencoded;charset=utf-8";
/**
* http request headers