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

Method SendMsg

wxapp/miaoyouHome.js:326–333  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

324 return isjson;
325 }
326 async SendMsg(message) {
327 if (!message) return;
328 if ($.isNode()) {
329 await notify.sendNotify($.name, message)
330 } else {
331 $.msg($.name, '', message)
332 }
333 }
334 async httpRequest(options) {
335 const t = {
336 ...options

Callers 1

miaoyouHome.jsFile · 0.45

Calls 2

isNodeMethod · 0.45
msgMethod · 0.45

Tested by

no test coverage detected