UNPKG

mm_os

Version:

MM_OS服务端架构,用于快速构建应用程序,支持网站建设、小程序后台、AI应用、物联网(IOT/AIOT)、游戏服务端等多种场景。

20 lines 517 B
/** * 富血模型 */ module.exports = { /** * 添加消息模型方法 * @param {object} model 消息模型实例 */ addMethods(model) { // /** // * 发送消息 // * @param {string} content 消息内容 // * @param {string} priority 消息优先级 // */ // model.send = function (content, priority = $.const.PRIORITIES.normal) { // this.log('debug', '发送消息', { content, priority }); // // 实际发送消息的逻辑 // }; } };