通知短信+运营短信,5秒速达,支持群发助手一键发送🚀高效触达和通知客户 广告
## 添加数据 ``` //使用模型抽象层 M('test').insert({'title':'"我是谁?"'}).then(t=>{ if(t){ console.log('数据添加成功'+t) }else{ console.log('抽象层数据添加失败'+t) }} ) ```