提交 f76f4ffc 编写于 作者: NoSubject's avatar NoSubject

Merge branch 'cherry-pick-79fc3105' into 'wrdp'

Merge branch 'fix/defaultWoText' into 'develop'

See merge request o2oa/o2oa!1859
......@@ -22,7 +22,7 @@ public class WoText extends GsonPropertyObject {
private String contentType;
public String getContentType() {
return StringUtils.isEmpty(this.contentType) ? HttpMediaType.APPLICATION_JSON_UTF_8 : this.contentType;
return StringUtils.isEmpty(this.contentType) ? HttpMediaType.TEXT_PLAIN_UTF_8 : this.contentType;
}
public void setContentType(String contentType) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册