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

Function showMsg

jd_ms.js:232–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230}
231
232function showMsg() {
233 return new Promise(resolve => {
234 message += `本次运行获得秒秒币${$.score-$.cur}枚,共${$.score}枚`;
235 $.msg($.name, '', `京东账号${$.index}${$.nickName}\n${message}`);
236 resolve()
237 })
238}
239
240
241function taskPostUrl(function_id, body = {}, extra = '', function_id2) {

Callers 1

jdMsFunction · 0.70

Calls 1

msgMethod · 0.45

Tested by

no test coverage detected