yujian
2020-04-15 c6b718c3cadf5e5fff4c2a47fd1247842439f8c7
fanli/src/main/java/com/yeshi/fanli/entity/system/ConfigKeyEnum.java
@@ -25,6 +25,7 @@
   shareGoodsTemplateRulesPDD("share_goods_template_rules_pdd", "拼多多模板规则"),
   goodsShareNotifyImgs("goods_share_notify_imgs", "单个商品分享的券提示图片"),
   goodsShareMultipleNotify("goods_share_multiple_notify", "多个商品分享提醒"),
   goodsShareNotifyImgs207("goods_share_notify_imgs_207", "单个商品分享的券提示图片(2.0.7及以后)"),
   goodsShareNotify("goods_share_notify", "单个商品分享提醒"),
   goodsShareNotifyJD("goods_share_notify_jd", "京东分享提醒"),
   goodsShareNotifyPDD("goods_share_notify_pdd", "拼多多分享提醒"),
@@ -161,6 +162,7 @@
   pushGoodsDetails("push_goods_details", "推送页面"),
   brandBackgroundPicture("brand_background_picture", "品牌背景图片"),
   articleHotWords("article_hot_words", "动态-学院文章热搜词"),
   inviteRules("invite_rules", "动态-学院文章热搜词"),
   vipLink("vip_link", "超级会员升级链接"), // 转移至VIPConfig 已废弃
   helpLinkVipInfo("help_link_vip_info", "超级会员详情页帮助链接"), // 已废弃
   //文案转链
@@ -173,6 +175,21 @@
   quickShareTBCommentText("quick_share_tb_comment_text", "快捷分享商品文本"),
   quickShareJDCommentText("quick_share_jd_comment_text", "快捷分享商品文本"),
   quickSharePDDCommentText("quick_share_pdd_comment_text", "快捷分享商品文本"),
   shareCommentTextTB("share_comment_text_tb", "淘宝单图多图分享商品文本"),
   shareCommentTextJD("share_comment_text_jd", "京东单图多图分享商品文本"),
   shareCommentTextPDD("share_comment_text_pdd", "拼多多单图多图分享商品文本"),
   evaluateEmojis("evaluate_emojis", "发圈评论Emojis"),
   evaluateText("evaluate_text", "发圈评论文本"),
   vipUpgradeLink("vip_upgrade_link", "我的界面-会员升级链接"),
   orderRebateDescLink("order_rebate_desc_link", "订单返利计算说明链接"),
   bonusCountLinkFanli("bonus_count_link_fanli", "自购返利统计页面问号"),
   bonusCountLinkShare("bonus_count_link_share", "分享奖金统计页面问号"),
   bonusCountLinkTeam("bonus_count_link_team", "团队奖励统计页面问号"),
   ;
   private final String key;