Skip to content
Snippets Groups Projects
Commit 695d35aa authored by Shinsuke Sugaya's avatar Shinsuke Sugaya
Browse files

fix #2530 change version as string

parent 9087e1b0
No related branches found
No related tags found
No related merge requests found
......@@ -89,9 +89,9 @@ public abstract class BaseJsonApiManager extends BaseApiManager {
buf.append('(');
}
buf.append("{\"response\":");
buf.append("{\"version\":");
buf.append("{\"version\":\"");
buf.append(ComponentUtil.getSystemHelper().getProductVersion());
buf.append(',');
buf.append("\",");
buf.append("\"status\":");
buf.append(status);
if (StringUtil.isNotBlank(body)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment