admin
2020-04-15 ee5c8055b1c0dd7c67a9025a76b10bd287c93d9a
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/HelpController.java
@@ -74,6 +74,8 @@
   @RequestMapping(value = "updateApp")
   public void updateApp(AcceptData acceptData, PrintWriter out) {
      if (Constant.IS_TEST)
         acceptData.setVersion("20");
      String result = appUpdateManager.getUpdateInfoCache(acceptData);
      try {
         out.print(new String(result.getBytes("ISO-8859-1"), "UTF-8"));