‘linchangsheng’ 6 tháng trước cách đây
mục cha
commit
eefff9ffd6

+ 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_PRD;
+        String tokenKey = Constant.RedisPrefix.TOKEN_UNICOME_YUNH;
         if(redisUtil.get(tokenKey) != null){
             return (String)redisUtil.get(tokenKey);
         }

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

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

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

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