|
@ -881,6 +881,6 @@ public class RedisKeys { |
|
|
if (StringUtils.isBlank(appId)){ |
|
|
if (StringUtils.isBlank(appId)){ |
|
|
throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(),"参数错误"); |
|
|
throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(),"参数错误"); |
|
|
} |
|
|
} |
|
|
return rootPrefix.concat("third:customerInfo")+appId; |
|
|
return rootPrefix.concat("third:customerInfo:appId:")+appId; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|