Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ stringifyQuery
Function
stringifyQuery
wxapp/airui.js:84–86 ·
view source on GitHub ↗
(params = {})
Source
from the content-addressed store, hash-verified
82
}
83
84
function
stringifyQuery(params = {}) {
85
return
new
URLSearchParams(params).toString();
86
}
87
88
function
makeSign(urlPath, method, params, timestamp, token =
""
) {
89
let
payload =
""
;
Callers
1
makeSign
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected