|
|
|
@ -153,7 +153,7 @@ public class KiccTokenEndpoint {
@@ -153,7 +153,7 @@ public class KiccTokenEndpoint {
|
|
|
|
|
@PreAuthorize("@ps.hasPerm('token_view')") |
|
|
|
|
public R tokenList(@RequestBody Map<String, Object> params) { |
|
|
|
|
// 根据分页参数获取对应数据
|
|
|
|
|
String key = String.format("%south_to_access:*", CacheConstants.OAUTH_ACCESS); |
|
|
|
|
String key = String.format("%sauth_to_access:*", CacheConstants.OAUTH_ACCESS); |
|
|
|
|
int current = MapUtil.getInt(params, CommonConstants.CURRENT); |
|
|
|
|
int size = MapUtil.getInt(params, CommonConstants.SIZE); |
|
|
|
|
Set<String> keys = redisTemplate.keys(key); |
|
|
|
|