admin
2020-06-10 271ae63c20fcbe28d29c47f1881138ff6551a2a1
fanli/src/main/java/com/yeshi/fanli/entity/system/ConfigKeyEnum.java
@@ -26,9 +26,12 @@
                                                      // 内容不同、版本但一样
   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", "拼多多分享提醒"),
@@ -183,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", "发圈评论文本"),
@@ -201,7 +210,10 @@
   // 平台规则
   platformRule("platform_rule_link", "平台规则"),
   
   showSplashAd("show_splash_ad","是否显示开屏广告");
   showSplashAd("show_splash_ad","是否显示开屏广告"),
   robotCloudOpen("robot_cloud_open","云发单链接"),
   robotCloudLink("robot_cloud_link","云发单链接");
   private final String key;
   private final String desc;