| | |
| | |
|
| | | 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) {
|