| | |
| | | //支付默认回话 |
| | | public final static int PAY_DEFAULT_EXPIRE_TIME = 2 * 60 * 60; |
| | | |
| | | //日志 |
| | | public final static String LOG_SERVICE_CODE = "LOG_SERVICE_CODE"; |
| | | |
| | | |
| | | /** |
| | | * 获取值(用户ID) |
| | |
| | | |
| | | //后缀 用来刷缓存时删除 所有以这个为后缀的数据 |
| | | public final static String _SUFFIX_MAPPING = "_SUFFIX_MAPPING"; |
| | | |
| | | //日志 |
| | | public final static String LOG_SERVICE_CODE = "LOG_SERVICE_CODE"; |
| | | /** |
| | | * 获取值 |
| | | * |
| | |
| | | |
| | | String serviceCode = dataFlow.getRequestHeaders().get(CommonConstant.HTTP_SERVICE); |
| | | |
| | | String logServiceCode = CommonCache.getValue(CommonCache.LOG_SERVICE_CODE); |
| | | String logServiceCode = MappingCache.getValue(MappingCache.LOG_SERVICE_CODE); |
| | | |
| | | if (StringUtil.isEmpty(logServiceCode)) { |
| | | return; |