‘linchangsheng’ пре 6 месеци
родитељ
комит
908e72490e

+ 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);
         }