From 271ae63c20fcbe28d29c47f1881138ff6551a2a1 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 10 六月 2020 19:26:26 +0800
Subject: [PATCH] 唯品会订单bug修复,APP端佣金比例展示错误bug修复

---
 fanli/src/main/java/com/yeshi/fanli/entity/system/ConfigKeyEnum.java |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/system/ConfigKeyEnum.java b/fanli/src/main/java/com/yeshi/fanli/entity/system/ConfigKeyEnum.java
index 4f0ff6e..87d6817 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/system/ConfigKeyEnum.java
+++ b/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", "鍙戝湀璇勮鏂囨湰"),
@@ -199,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;

--
Gitblit v1.8.0