MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / pureGuid

Function pureGuid

wxapp/hisense_aijia.js:127–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125}
126
127function pureGuid() {
128 return uuid().replace(/-/g, "");
129}
130
131function buildSign(data, postAndJSON) {
132 return signString(data || {}, postAndJSON, SIGN_APP_KEY);

Callers 1

queryProfileMethod · 0.85

Calls 1

uuidFunction · 0.70

Tested by

no test coverage detected