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

Function showMsg

jd_kd.js:80–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 })
79
80function showMsg() {
81 return new Promise(resolve => {
82 $.msg($.name, '', `【京东账号${$.index}】${$.nickName}\n${message}`);
83 resolve()
84 })
85}
86function userSignIn() {
87 return new Promise(resolve => {
88 $.post(taskUrl(), (err, resp, data) => {

Callers

nothing calls this directly

Calls 1

msgMethod · 0.45

Tested by

no test coverage detected