From b2d360d9113b6955287108ca9e90d76a1f3c1419 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期日, 29 九月 2024 15:05:11 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia --- server/service/src/main/java/com/doumee/core/utils/Constants.java | 21 ++++++++++++--------- 1 files changed, 12 insertions(+), 9 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 d1d5342..5c23d53 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 @@ -379,6 +379,12 @@ 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 static final String ZBOM_CRM_API_URL_MP = "ZBOM_CRM_API_URL_MP"; + public static final String ZBOM_CRM_API_URL_MP_ADDINTENTION = "ZBOM_CRM_API_URL_MP_ADDINTENTION"; + public static final String ZBOM_CRM_API_URL_PRIVATE_KEY = "ZBOM_CRM_API_URL_PRIVATE_KEY"; + public static final String ZBOM_CRM_API_URL_INIT_VECTOR = "ZBOM_CRM_API_URL_INIT_VECTOR"; + public static final String ZBOM_IAM_CUSTOMER_APPID = "ZBOM_IAM_CUSTOMER_APPID"; + public static final String ZBOM_IAM_BUSINESS_APPID = "ZBOM_IAM_BUSINESS_APPID"; public interface RedisKeys { @@ -495,15 +501,15 @@ StringBuffer stringBuffer = new StringBuffer(); for (int i = 0; i < arr.length; i++) { if(i==0){ - stringBuffer.append( i + "瀹�"); + stringBuffer.append( arr[i] + "瀹�"); }else if(i==1){ - stringBuffer.append( i + "鍘�"); + stringBuffer.append( arr[i] + "鍘�"); }else if(i==2){ - stringBuffer.append( i + "鍘�"); + stringBuffer.append( arr[i] + "鍘�"); }else if(i==3){ - stringBuffer.append( i + "鍗�"); + stringBuffer.append( arr[i] + "鍗�"); }else if(i==4){ - stringBuffer.append( i + "闃�"); + stringBuffer.append( arr[i] + "闃�"); }else { break; } @@ -683,11 +689,8 @@ // 鍦烘櫙鐮侊紝涓庡墠绔害瀹氾紝鏈�缁堟槸闇�瑕佸墠绔В鏋� body.put("scene", scene); // 姝e紡鐗堜负 "release"锛屼綋楠岀増涓� "trial"锛屽紑鍙戠増涓� "develop"銆傞粯璁ゆ槸姝e紡鐗堛�� - String env_version = "trial"; + String env_version = "release"; body.put("env_version", env_version); - if(env_version.equals("release")&&StringUtils.isNotBlank(page)){ - body.put("page", page); - } // body.put("page", "pages/index/index"); // 閫忔槑锛屾牴鎹綘鐨勫満鏅嚜琛岃缃産ody鍙傛暟 body.put("is_hyaline", true); -- Gitblit v1.9.3