‘linchangsheng’ hai 10 meses
pai
achega
aa66caca45

+ 1 - 1
mall-server-api/src/main/java/com/gree/mall/manager/logic/unicom/UnicomLogic.java

@@ -93,7 +93,7 @@ public class UnicomLogic {
      * @return
      */
     public  String getAccessToken(){
-        String tokenKey = Constant.RedisPrefix.TOKEN_UNICOME_YUNH;
+        String tokenKey = Constant.RedisPrefix.TOKEN_UNICOME_YUNH_PRD;
         if(redisUtil.get(tokenKey) != null){
             return (String)redisUtil.get(tokenKey);
         }

+ 8 - 3
mall-server-api/src/main/resources/bootstrap-dev.properties

@@ -105,10 +105,15 @@ spring.elasticsearch.rest.read-timeout=30s
 cmc.bank.url=http://cdctest.cmburl.cn:80/cdcserver/api/v2
 
 #联通云呼配置
+#unicome.yunh.baseurl=https://a5.7x24cc.com
+#unicome.yunh.account=N000000015221
+#unicome.yunh.secret=fe443fc0264411ec80212baafe602ea7
+#unicome.yunh.appid=69jpgmwqxyhtcsor
+
 unicome.yunh.baseurl=https://a5.7x24cc.com
-unicome.yunh.account=N000000015221
-unicome.yunh.secret=fe443fc0264411ec80212baafe602ea7
-unicome.yunh.appid=69jpgmwqxyhtcsor
+unicome.yunh.account=N000000014414
+unicome.yunh.secret=c33fe780-fd69-11ea-8033-ff87e22c5f18
+unicome.yunh.appid=a6s2zu00twewmi
 
 
 #法大大

+ 8 - 3
mall-server-api/src/main/resources/bootstrap-test.properties

@@ -94,10 +94,15 @@ cmc.bank.sm4key=VuAzSWQhsoNqzn0K
 cmc.bank.uid=B000012532
 
 #联通云呼配置
+#unicome.yunh.baseurl=https://a5.7x24cc.com
+#unicome.yunh.account=N000000015221
+#unicome.yunh.secret=fe443fc0264411ec80212baafe602ea7
+#unicome.yunh.appid=69jpgmwqxyhtcsor
+
 unicome.yunh.baseurl=https://a5.7x24cc.com
-unicome.yunh.account=N000000015221
-unicome.yunh.secret=fe443fc0264411ec80212baafe602ea7
-unicome.yunh.appid=69jpgmwqxyhtcsor
+unicome.yunh.account=N000000014414
+unicome.yunh.secret=c33fe780-fd69-11ea-8033-ff87e22c5f18
+unicome.yunh.appid=a6s2zu00twewmi
 
 
 #法大大