(obj)
| 320 | } |
| 321 | } |
| 322 | isJson(obj) { |
| 323 | var isjson = typeof (obj) == "object" && Object.prototype.toString.call(obj).toLowerCase() == "[object object]" && !obj.length; |
| 324 | return isjson; |
| 325 | } |
| 326 | async SendMsg(message) { |
| 327 | if (!message) return; |
| 328 | if ($.isNode()) { |