MCPcopy Create free account
hub / github.com/Semporia/Scripts / help

Function help

jd_superMarket.js:141–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139}
140
141async function help() {
142 return
143 console.log(`\n开始助力好友`);
144 for (let code of newShareCodes) {
145 if (!code) continue;
146 const res = await smtgDoAssistPkTask(code);
147 console.log(`助力好友${JSON.stringify(res)}`);
148 }
149}
150
151async function doDailyTask() {
152 const smtgQueryShopTaskRes = await smtgQueryShopTask();

Callers

nothing calls this directly

Calls 2

smtgDoAssistPkTaskFunction · 0.85
logMethod · 0.45

Tested by

no test coverage detected