|
控制台提示没有注册消息终端?是什么原因?如何才能完成注册? 这个提示是哪里发送的?
无论用铛铛自带的审核,还是自己添加的消息发送都是这个提示,不能接收到消息!
- 2017-03-06 21:08:05 Connected to tcp://localhost:1883 with client id: PushServer
- .r
- 2017-03-06 21:08:05 Subscribing to topic "/PushServer" Qos 2
- 2017-03-06 21:08:05 审批没有注册消息终端!
- 2017-03-06 21:08:05 审批没有注册消息终端!
- 2017-03-06 21:08:05 订餐提醒没有注册消息终端!
- 2017-03-06 21:08:05 订餐提醒没有注册消息终端!
- 2017-03-06 21:08:07 Connected to tcp://localhost:1883 with client id: PushServer
- .s
- 2017-03-06 21:08:07 审批没有注册消息终端!
- 2017-03-06 21:08:07 审批没有注册消息终端!
复制代码
向机器人发送的代码:
- //向消息转发机器人发送消息(多人);
- sendsMsg : function (content, personsID){
- var msgToCCPerson = "{'text':'"+content+"'}";
- IM.sendMessageToBot("订餐提醒", msgToCCPerson, personsID);
- },
复制代码 im_bot 表中也已经有数据
|
|