清理一些console
This commit is contained in:
@@ -8,7 +8,7 @@ import * as crypto from 'crypto'
|
||||
|
||||
export function md5(str: string, treatStr?: (str: string) => string) {
|
||||
if(treatStr) str = treatStr(str);
|
||||
console.log('*****str', str)
|
||||
// console.log('*****str', str)
|
||||
return crypto.createHash('md5').update(str, 'utf8').digest("hex");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user