新增 路通云停系统获取令牌接口

This commit is contained in:
Lemon
2023-08-23 14:13:11 +08:00
parent 871f161d74
commit 7bcab6a65a
5 changed files with 206 additions and 2 deletions

View File

@@ -136,15 +136,20 @@ public class CacheConstants {
public static final String COMPONENT_ACCESS_TOKEN = "component_access_token:";
/**
* 接口调用令牌
* 微信第三方平台 接口调用令牌
*/
public static final String AUTHORIZER_ACCESS_TOKEN = "authorizer_access_token:";
/**
* 刷新令牌
* 微信第三方平台 刷新令牌
*/
public static final String AUTHORIZER_REFRESH_TOKEN = "authorizer_refresh_token:";
/**
* 路通云停系统 通过appid获取的接口调用令牌
*/
public static final String LTYT_TOKEN_BY_APPID = "ltyt_token_by_appid:";
/**
* 桩硬件故障
*/