From 22491d275824d609c0e4af6dde4c7b95ca494ac4 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期三, 17 七月 2024 10:40:58 +0800 Subject: [PATCH] 提交 --- server/service/src/main/java/com/doumee/core/utils/Constants.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/server/service/src/main/java/com/doumee/core/utils/Constants.java b/server/service/src/main/java/com/doumee/core/utils/Constants.java index 9f56acb..7d5203d 100644 --- a/server/service/src/main/java/com/doumee/core/utils/Constants.java +++ b/server/service/src/main/java/com/doumee/core/utils/Constants.java @@ -374,6 +374,7 @@ public static final String WX_SECRET_PERSONNEL = "WX_SECRET_PERSONNEL"; public static final String WX_TOKEN_CUSTOMER = "WX_TOKEN_CUSTOMER"; public static final String WX_TOKEN_PERSONNEL = "WX_TOKEN_PERSONNEL"; + public static final String ZBOM_CRM_POSTCUS_API_KEY = "ZBOM_CRM_POSTCUS_API_KEY"; public interface RedisKeys { @@ -387,6 +388,7 @@ String ZBOM_ENCODE_URL ="ZBOM_ENCODE_URL"; String ZBOM_SMS_API_KEY ="ZBOM_SMS_API_KEY"; String ZBOM_ZHONGTAI_API_URL ="ZBOM_ZHONGTAI_API_URL"; + String ZBOM_CRM_POSTCUS_API_KEY ="ZBOM_CRM_POSTCUS_API_KEY"; String ZBOM_SMS_API_URL ="ZBOM_SMS_API_URL"; String IAM_APPKEY ="IAM_APPKEY"; String SHOP_TREE ="SHOP_TREE"; -- Gitblit v1.9.3