admin
2020-02-23 b59fef5c00b15fdfdfa9d4be26e5bf6b41c75458
fanli/src/main/java/com/yeshi/fanli/util/RedisKeyEnum.java
@@ -1,7 +1,5 @@
package com.yeshi.fanli.util;
import com.yeshi.fanli.dao.user.DeviceSexDao;
public enum RedisKeyEnum {
   emptyKey("", "空值-key外部空值"),
   SMS("sms-", "短信"),
@@ -22,6 +20,7 @@
   taobaoTokenCommon("taobao-common-token-", "淘宝口令"),
   taobaoTokenTLJ("taobao-tlj-token-", "淘礼金的口令"),
   taobaoCoupleXCX("taobao-couple-xcx-", "淘宝券"),
   taobaoUserTKToken("taobao-user-token-","用户的淘口令"),
   taobaoCachecoupon("cachecoupon-", "淘宝券商品列表"),
   taobaolinkParse("linkParse-", "获取淘宝推广链接"),
   taobaoUpdate("tb-u-", "淘宝商品更新"),
@@ -56,7 +55,12 @@
   PDDOrder("pdd-order-", "拼多多订单"),
   hongBaoFanLi("hongbao-fanli-", "红包返利"),
   
   deviceSex(" device_sex-", "设备性别版本");
   deviceSex("device_sex-", "设备性别版本"),
   convertLinkDocTemp("convert-link-doc-temp-","转链文本暂存"),
   convertLinkDocResultTemp("convert-link-doc-result-temp-","转链文本结果暂存")
   ;
   private final String key;
   private final String desc;