admin
2020-07-03 651a15c78f668bef3859d9ed1bb7ad0b669d3600
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/ConvertLinkController.java
@@ -71,8 +71,8 @@
      Gson gson = JsonUtil.getApiCommonGson();
      data.put("list", gson.toJson(list));
      data.put("tip", configService.get(ConfigKeyEnum.convertDocTip.getKey()));
      data.put("helpLink", configService.get(ConfigKeyEnum.convertDocHelpLink.getKey()));
      data.put("tip", configService.getValue(ConfigKeyEnum.convertDocTip.getKey(),acceptData.getSystem()));
      data.put("helpLink", configService.getValue(ConfigKeyEnum.convertDocHelpLink.getKey(),acceptData.getSystem()));
      String text = redisManager.getCommonString(RedisKeyEnum.convertLinkDocTemp.getKey() + uid);
      if (text != null) {
@@ -275,8 +275,8 @@
         redisManager.removeCommonString(key);
         JSONObject data = new JSONObject();
         data.put("data", result);
         data.put("tip", "1.转好的链接/口令有效期,请在有效期内推广分享;\r\n" + "2.已经转好的链接/口令请不要修改,以免无法追踪到订单;\r\n"
               + "3.请确保转换链接合法合规,一切违法的链/口令产生的法律后果自行承担与本App无关。");
         data.put("tip", "1.转好的链接/口令有有效期,请在有效期内推广分享;\r\n" + "2.已经转好的链接/口令请不要修改,以免无法追踪到订单;\r\n"
               + "3.请确保转换链接合法合规,一切违法的链接/口令产生的法律后果自行承担与本App无关。");
         out.print(JsonUtil.loadJSONP(callback, JsonUtil.loadTrueResult(data)));
      }
   }