fix #2530 change version as string
This commit is contained in:
parent
9087e1b09c
commit
695d35aa76
1 changed files with 2 additions and 2 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue