fix: 请求响应码常量,身份信息更换逻辑优化
This commit is contained in:
@@ -48,3 +48,12 @@ export function decryptAES(ciphertext: string, aeskey: string): string {
|
||||
}
|
||||
return '';
|
||||
}
|
||||
|
||||
/**
|
||||
* MD5 编码
|
||||
* @param message 字符串信息
|
||||
* @returns hax码
|
||||
*/
|
||||
export function hexMD5(message: string): string {
|
||||
return CryptoJS.MD5(message).toString(CryptoJS.enc.Hex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user