yj
2020-03-04 a58c15bbfc4e3aecbbfe2f232edf8cba4d841882
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,10 @@
   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", "拼多多单图多图分享商品文本"),
   ;
   private final String key;