mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 请求令牌方法
This commit is contained in:
@@ -446,7 +446,7 @@ public interface ThirdPartyPlatformService extends InitializingBean {
|
||||
String dataSecretIv, String signSecret, String dataSecret) {
|
||||
String token = "";
|
||||
// 先查询缓存有没有token
|
||||
String tokenKey = CacheConstants.THIRD_PARTY_TOKEN_BY_OPERATOR_ID + operatorId;
|
||||
String tokenKey = CacheConstants.THIRD_PARTY_TOKEN_BY_OPERATOR_SECRET + operatorSecret;
|
||||
RedisCache redisCache = BeanUtils.getBean(RedisCache.class);
|
||||
String cacheToken = redisCache.getCacheObject(tokenKey);
|
||||
if (StringUtils.isNotBlank(cacheToken)) {
|
||||
|
||||
Reference in New Issue
Block a user