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

Function buildSign

wxapp/hisense_aijia.js:131–133  ·  view source on GitHub ↗
(data, postAndJSON)

Source from the content-addressed store, hash-verified

129}
130
131function buildSign(data, postAndJSON) {
132 return signString(data || {}, postAndJSON, SIGN_APP_KEY);
133}
134
135function encryptByAppKey(value) {
136 if (!value) return "";

Callers 1

requestFunction · 0.85

Calls 1

signStringFunction · 0.85

Tested by

no test coverage detected