update 第三方平台获取token接口将token存入缓存

This commit is contained in:
Lemon
2025-01-02 09:11:01 +08:00
parent a5a14c9e99
commit 05212f6ad9
3 changed files with 39 additions and 6 deletions

View File

@@ -190,6 +190,11 @@ public class CacheConstants {
*/
public static final String CHARGING_HANDSHAKE_DATA_BY_TRANSACTION_CODE = "charging_handshake_data_by_transaction_code:";
/**
* 第三方平台Token缓存
*/
public static final String THIRD_PARTY_TOKEN_BY_OPERATOR_ID = "third_party_token_by_operator_id:";
/**
* 充电桩状态前缀
*/