|
|
|
@ -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);
|
|
|
|
|