admin
2020-06-10 271ae63c20fcbe28d29c47f1881138ff6551a2a1
fanli/src/main/java/com/yeshi/fanli/entity/system/ConfigKeyEnum.java
@@ -20,17 +20,24 @@
   shareRuleLinkJD("share_rule_link_jd", "京东分享规则(帮助中心)"),
   shareRuleLinkPDD("share_rule_link_pdd", "拼多多分享规则(帮助中心)"),
   shareRuleLinkVIP("share_rule_link_vip", "唯品会分享规则(帮助中心)"),
   shareRuleLinkSuning("share_rule_link_suning", "苏宁分享规则(帮助中心)"),
   shareSingleGoodsRule("share_single_goods_rule", "单品分享规则"),
   shareGoodsTemplateRules("share_goods_template_rules", "分享模板规则"), // 存在2个相同
                                                      // 内容不同、版本但一样
   shareGoodsTemplateRulesJD("share_goods_template_rules_jd", "京东模板规则"),
   shareGoodsTemplateRulesPDD("share_goods_template_rules_pdd", "拼多多模板规则"),
   shareGoodsTemplateRulesVIP("share_goods_template_rules_vip", "唯品会模板规则"),
   shareGoodsTemplateRulesSuNing("share_goods_template_rules_suning", "苏宁模板规则"),
   goodsShareNotifyImgs("goods_share_notify_imgs", "单个商品分享的券提示图片"),
   goodsShareMultipleNotify("goods_share_multiple_notify", "多个商品分享提醒"),
   goodsShareNotifyImgs207("goods_share_notify_imgs_207", "单个商品分享的券提示图片(2.0.7及以后)"),
   goodsShareNotifyImgsVIP("goods_share_notify_imgs_vip", "单个商品分享的券提示图片(唯品会)"),
   goodsShareNotify("goods_share_notify", "单个商品分享提醒"),
   goodsShareNotifyJD("goods_share_notify_jd", "京东分享提醒"),
   goodsShareNotifyPDD("goods_share_notify_pdd", "拼多多分享提醒"),
   goodsShareNotifyVIP("goods_share_notify_vip", "拼多多分享提醒"),
   goodsShareNotifySuning("goods_share_notify_Suning", "拼多多分享提醒"),
   goodsShareTextCoupon("goods_share_text_coupon", "单个商品分享文案(有券)"),
   goodsShareTextCouponJD("goods_share_text_coupon_jd", "京东单个商品分享模板-有券"),
   goodsShareTextCouponPDD("goods_share_text_coupon_pdd", "拼多多单个商品分享模板-有券"),
@@ -179,10 +186,16 @@
   quickShareTBCommentText("quick_share_tb_comment_text", "快捷分享商品文本"),
   quickShareJDCommentText("quick_share_jd_comment_text", "快捷分享商品文本"),
   quickSharePDDCommentText("quick_share_pdd_comment_text", "快捷分享商品文本"),
   quickShareVIPCommentText("quick_share_vip_comment_text", "快捷分享商品文本"),
   quickShareSuNingCommentText("quick_share_suning_comment_text", "快捷分享商品文本"),
   shareCommentTextTB("share_comment_text_tb", "淘宝单图多图分享商品文本"),
   shareCommentTextJD("share_comment_text_jd", "京东单图多图分享商品文本"),
   shareCommentTextPDD("share_comment_text_pdd", "拼多多单图多图分享商品文本"),
   shareCommentTextVIP("share_comment_text_vip", "唯品会单图多图分享商品文本"),
   shareCommentTextSuNing("share_comment_text_suning", "苏宁单图多图分享商品文本"),
   evaluateEmojis("evaluate_emojis", "发圈评论Emojis"),
   evaluateText("evaluate_text", "发圈评论文本"),
@@ -195,7 +208,12 @@
   activityDetailLink("activity_detail_link", "活动详情过渡页"),
   
   // 平台规则
   platformRule("platform_rule_link", "平台规则");
   platformRule("platform_rule_link", "平台规则"),
   showSplashAd("show_splash_ad","是否显示开屏广告"),
   robotCloudOpen("robot_cloud_open","云发单链接"),
   robotCloudLink("robot_cloud_link","云发单链接");
   private final String key;
   private final String desc;