mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
新增 路通云停系统获取令牌接口
This commit is contained in:
@@ -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:";
|
||||
|
||||
/**
|
||||
* 桩硬件故障
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user