Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
131
function
buildSign(data, postAndJSON) {
132
return
signString(data || {}, postAndJSON, SIGN_APP_KEY);
133
}
134
135
function
encryptByAppKey(value) {
136
if
(!value)
return
""
;
Callers
1
request
Function · 0.85
Calls
1
signString
Function · 0.85
Tested by
no test coverage detected