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