MCPcopy 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
84function stringifyQuery(params = {}) {
85 return new URLSearchParams(params).toString();
86}
87
88function makeSign(urlPath, method, params, timestamp, token = "") {
89 let payload = "";

Callers 1

makeSignFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected