MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / jdck

Function jdck

jetta.js:115–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 .finally(() => $.done());
114
115function jdck() {
116 if ($request.url.indexOf("getUserInfo") > -1) {
117
118 const sytthd = JSON.stringify($request.headers.token)
119 if (sytthd) $.setdata(sytthd, `sytthd${status}`)
120 $.log(sytthd)
121
122
123
124 $.msg($.name, "", `捷达${status}获取token成功`)
125
126 }
127}
128//红包小银行
129function hbxxh(timeout = 0) {
130 return new Promise((resolve) => {

Callers 1

jetta.jsFile · 0.85

Calls 3

setdataMethod · 0.45
logMethod · 0.45
msgMethod · 0.45

Tested by

no test coverage detected