main
Wayne 2 years ago
parent d0930be7d1
commit 46a3998f09

@ -1,5 +1,7 @@
import _ from "lodash"; import _ from "lodash";
const DEFAULT_LINK = 'https://utel.vip';
function vcardUuid(vcard, secret) { function vcardUuid(vcard, secret) {
const hash = CryptoJS.HmacMD5(JSON.stringify(vcard), secret); const hash = CryptoJS.HmacMD5(JSON.stringify(vcard), secret);
const hex = CryptoJS.enc.Hex.stringify(hash); const hex = CryptoJS.enc.Hex.stringify(hash);

Loading…
Cancel
Save