admin
2020-03-20 c3a5e164cbabbfc5f66e1356cb0de657ce3f58b9
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", "拼多多分享提醒"),
@@ -173,6 +174,16 @@
   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", "发圈评论文本"),
   shareOrderRebateDescLink("share_order_rebate_desc_link", "分享订单返利计算说明链接"),
   ;
   private final String key;