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

Method log

wxapp/skyworth.js:137–139  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

135 }
136
137 log(message) {
138 $.log(`账号[${this.index}]${this.account.remark ? `[${this.account.remark}]` : ""} ${message}`);
139 }
140
141 async api(method, path, data = {}, headers = {}) {
142 const { status, data: result } = await request({

Callers 8

loginMethod · 0.95
queryUserMethod · 0.95
queryTasksMethod · 0.95
completeTaskMethod · 0.95
signMethod · 0.95
runMethod · 0.95
mainFunction · 0.45
skyworth.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected