截止‘运力管理’模块

This commit is contained in:
2026-07-20 11:26:51 +08:00
parent e66b4a3680
commit c6dffb5d97
98 changed files with 19429 additions and 176 deletions

View File

@@ -5,17 +5,17 @@ export default class crypto {
* token加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
* @type {string}
*/
static cryptoKey = '请配置cryptoKey';
static cryptoKey = 'NWmP0cuIWAfL6GPeLJlbY8898b5iPk1y';
/**
* 报文加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
* @type {string}
*/
static aesKey = '请配置aesKey';
static aesKey = 'gLJvoZfX9pOp3nkIdQ9U2DzxlzsrTvJC';
/**
* 报文加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
* @type {string}
*/
static desKey = '请配置desKey';
static desKey = 'hdlxNCD2KZI91Taq';
/**
* aes 加密方法