新增 微信第三方平台 获取令牌接口

This commit is contained in:
Lemon
2023-07-28 14:47:26 +08:00
parent 82a964d70e
commit 162dec41d4
6 changed files with 163 additions and 25 deletions

View File

@@ -106,10 +106,15 @@ public class CacheConstants {
public static final String GET_UNIAPP_CONNECTOR_LIST_BY_STATION_ID = "GET_UNIAPP_CONNECTOR_LIST_BY_STATION_ID:";
/**
* 代开发小程序保存票据
* 微信第三方平台 票据
*/
public static final String COMPONENT_VERIFY_TICKET = "component_verify_ticket:";
/**
* 微信第三方平台 token
*/
public static final String COMPONENT_ACCESS_TOKEN = "component_access_token:";
/**
* 充电桩sn生成 key
*/