yujian
2020-04-02 0ec22dcf4fd9c4496e6f681e7fab89f56c6e4e8a
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,11 +20,13 @@
   taobaoTokenCommon("taobao-common-token-", "淘宝口令"),
   taobaoTokenTLJ("taobao-tlj-token-", "淘礼金的口令"),
   taobaoCoupleXCX("taobao-couple-xcx-", "淘宝券"),
   taobaoUserTKToken("taobao-user-token-","用户的淘口令"),
   taobaoCachecoupon("cachecoupon-", "淘宝券商品列表"),
   taobaolinkParse("linkParse-", "获取淘宝推广链接"),
   taobaoUpdate("tb-u-", "淘宝商品更新"),
   taobaoQueue("tb-u-q-", "淘宝商品队列"),
   taobaoCode("taobao-code-", "淘宝code"),
   taobaoTokenGoodsMap("tb-t-g_m-","淘宝口令对应商品的映射关系保存"),
   JDGoods("JD-goods-", "京东商品"),
   JDShortUrl("jd-link-to-goods-", "京东短链"),
   jingDongGoods("jingdong-goods-", "京东商品"),
@@ -56,7 +56,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;