正在显示
1 个修改的文件
包含
10 行增加
和
9 行删除
| @@ -33,7 +33,7 @@ import QuestionApe from 'apes/QuestionApe'; | @@ -33,7 +33,7 @@ import QuestionApe from 'apes/QuestionApe'; | ||
| 33 | import UTF8 from 'utf-8'; | 33 | import UTF8 from 'utf-8'; |
| 34 | 34 | ||
| 35 | let loger = Loger.getLoger('McuClient'); | 35 | let loger = Loger.getLoger('McuClient'); |
| 36 | -let _sdkInfo = { "version": "v1.36.8.20170620", "author": "www.3mang.com" }; | 36 | +let _sdkInfo = { "version": "v1.37.1.20170622", "author": "www.3mang.com" }; |
| 37 | 37 | ||
| 38 | //APE | 38 | //APE |
| 39 | let _sass; | 39 | let _sass; |
| @@ -1233,13 +1233,7 @@ export default class MessageEntrance extends Emiter { | @@ -1233,13 +1233,7 @@ export default class MessageEntrance extends Emiter { | ||
| 1233 | } | 1233 | } |
| 1234 | } | 1234 | } |
| 1235 | 1235 | ||
| 1236 | - << << << < HEAD | ||
| 1237 | - //ChatApe | ||
| 1238 | - // 发送聊天消息 | ||
| 1239 | - _sendChatMsg(_messageInfo) { | ||
| 1240 | - if (!_mcu.connected) { | ||
| 1241 | - loger.warn(GlobalConfig.getCurrentStatus()); | ||
| 1242 | - return { "code": ApeConsts.RETURN_FAILED, "data": "" }; === === = | 1236 | + |
| 1243 | //获取课堂所有参数 api/meeting/detail.do? flash中的接口文件是 getClassParam.do | 1237 | //获取课堂所有参数 api/meeting/detail.do? flash中的接口文件是 getClassParam.do |
| 1244 | _sassGetClassParamSuccessHandler(_data) { | 1238 | _sassGetClassParamSuccessHandler(_data) { |
| 1245 | loger.log('获取课堂课堂信息完成.'); | 1239 | loger.log('获取课堂课堂信息完成.'); |
| @@ -1407,7 +1401,14 @@ export default class MessageEntrance extends Emiter { | @@ -1407,7 +1401,14 @@ export default class MessageEntrance extends Emiter { | ||
| 1407 | } else { | 1401 | } else { |
| 1408 | //根据用户的userIp获取信息,选点 | 1402 | //根据用户的userIp获取信息,选点 |
| 1409 | this.getUserIpInfo(); | 1403 | this.getUserIpInfo(); |
| 1410 | - } >>> >>> > 51e886 c5e7fcd06f9e4a662071aaec162c455e1d | 1404 | + } |
| 1405 | + } | ||
| 1406 | + //ChatApe | ||
| 1407 | + // 发送聊天消息 | ||
| 1408 | + _sendChatMsg(_messageInfo) { | ||
| 1409 | + if (!_mcu.connected) { | ||
| 1410 | + loger.warn(GlobalConfig.getCurrentStatus()); | ||
| 1411 | + return { "code": ApeConsts.RETURN_FAILED, "data": "" }; | ||
| 1411 | } | 1412 | } |
| 1412 | if (_messageInfo === null || EngineUtils.isEmptyObject(_messageInfo)) { | 1413 | if (_messageInfo === null || EngineUtils.isEmptyObject(_messageInfo)) { |
| 1413 | loger.log('发送聊天消息失败->参数错误', _messageInfo); | 1414 | loger.log('发送聊天消息失败->参数错误', _messageInfo); |
-
请 注册 或 登录 后发表评论